New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@itwin/service-authorization

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/service-authorization - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

lib/cjs/index.d.ts

9

CHANGELOG.md
# Change Log - @itwin/service-authorization
This log was last generated on Fri, 17 Dec 2021 14:14:35 GMT and should not be manually modified.
This log was last generated on Mon, 24 Jan 2022 19:35:01 GMT and should not be manually modified.
## 0.6.0
Mon, 24 Jan 2022 19:35:01 GMT
### Minor changes
- Update to use iTwin.js 3.0 official release
## 0.5.0

@@ -6,0 +13,0 @@ Fri, 17 Dec 2021 14:14:35 GMT

26

package.json
{
"name": "@itwin/service-authorization",
"version": "0.5.0",
"version": "0.6.0",
"description": "Service authorization client for iTwin platform",
"main": "lib/index.js",
"typings": "lib/index",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index",
"author": {

@@ -17,3 +17,3 @@ "name": "Bentley Systems, Inc.",

"dependencies": {
"@itwin/core-bentley": "rc",
"@itwin/core-bentley": "^3.0.0",
"jsonwebtoken": "^8.5.1",

@@ -24,5 +24,5 @@ "jwks-rsa": "^2.0.4",

"devDependencies": {
"@itwin/core-common": "rc",
"@itwin/build-tools": "rc",
"@itwin/eslint-plugin": "rc",
"@itwin/core-common": "^3.0.0",
"@itwin/build-tools": "^3.0.0",
"@itwin/eslint-plugin": "^3.0.0",
"@types/chai": "^4.2.22",

@@ -63,3 +63,7 @@ "@types/chai-as-promised": "^7",

}
]
],
"rules": {
"no-duplicate-imports": "off",
"@typescript-eslint/consistent-type-imports": "error"
}
},

@@ -69,8 +73,10 @@ "scripts": {

"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
"test": "mocha \"./lib/test/**/*.test.js\"",
"lint:fix": "npm run lint -- --fix",
"test": "mocha \"./lib/cjs/test/**/*.test.js\"",
"test:integration": "",
"cover": "nyc npm test",
"clean": "rimraf lib .rush/temp/package-deps*.json",
"pack": "npm pack"
"pack": "npm pack",
"rebuild": "npm run clean && npm run build"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc