Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

trusted-accounts-sdk-node

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trusted-accounts-sdk-node - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

dist/trustedClient.d.ts

15

package.json
{
"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"
}
}
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