trusted-accounts-sdk-node
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "trusted-accounts-sdk-node", | ||
"type": "module", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A simple SDK for Trusted Accounts for NodeJS", | ||
"main": "index.js", | ||
"types": "trusted-accounts-sdk-node.d.ts", | ||
"main": "./dist/trustedClient.js", | ||
"types": "./dist/trusted-accounts-sdk-node.d.ts", | ||
"repository": { | ||
@@ -12,2 +12,6 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"keywords": [ | ||
@@ -25,4 +29,7 @@ "trusted accounts", | ||
"dependencies": { | ||
"openid-client": "^5.7.0" | ||
"openid-client": "^5.1.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6833
7
139
1
1
Updatedopenid-client@^5.1.3