Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 35
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: casbin/casbin.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: casbin/casbin.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 4 contributors

Commits on Jun 5, 2021

  1. build(deps): bump ws from 6.2.1 to 6.2.2

    Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](https://github.com/websockets/ws/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 5, 2021
    Copy the full SHA
    338de8a View commit details
  2. Merge pull request #73 from casbin/dependabot/npm_and_yarn/ws-6.2.2

    build(deps): bump ws from 6.2.1 to 6.2.2
    hsluoyz authored Jun 5, 2021
    Copy the full SHA
    1d714e7 View commit details

Commits on Jun 11, 2021

  1. fix: depenabot pull request meesage prefix

    Signed-off-by: gabriel-403 <1499015923@qq.com>
    Gabriel-403 committed Jun 11, 2021
    Copy the full SHA
    7b60ef5 View commit details

Commits on Jun 12, 2021

  1. Merge pull request #74 from Gabriel-403/master

    fix: depenabot pull request meesage prefix
    Zxilly authored Jun 12, 2021
    Copy the full SHA
    58aca52 View commit details
Showing with 13 additions and 5 deletions.
  1. +8 −0 .github/dependabot.yml
  2. +5 −5 yarn.lock
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "build(deps): "
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1760,8 +1760,8 @@ async-each@^1.0.1:

async-limiter@~1.0.0:
version "1.0.1"
resolved "https://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==

async@^2.6.2:
version "2.6.3"
@@ -8092,9 +8092,9 @@ write-file-atomic@^3.0.0:
typedarray-to-buffer "^3.1.5"

ws@^6.2.1:
version "6.2.1"
resolved "https://registry.npm.taobao.org/ws/download/ws-6.2.1.tgz?cache=0&sync_timestamp=1607113150914&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fws%2Fdownload%2Fws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
integrity sha1-RC/fCkftZPWbal2P8TD0dI7VJPs=
version "6.2.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
dependencies:
async-limiter "~1.0.0"