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.1.3 to 1.2.0

dist/TrustedAccountsClient.js

17

package.json
{
"name": "trusted-accounts-sdk-node",
"type": "module",
"version": "1.1.3",
"version": "1.2.0",
"description": "A simple SDK for Trusted Accounts for NodeJS",
"main": "src/index.js",
"types": "lib/index.d.ts",
"main": "dist/TrustedAccountsClient.js",
"types": "dist/TrustedAccountsClient.d.ts",
"repository": {

@@ -13,3 +13,4 @@ "type": "git",

"scripts": {
"build": "babel src --out-dir lib && cp src/index.d.ts lib/index.d.ts",
"build": "tsc",
"start": "node dist/TrustedAccountsClient.js",
"prepublishOnly": "npm run build"

@@ -19,7 +20,9 @@ },

"axios": "^1.7.7",
"cookie-parser": "^1.4.7"
"crypto": "^1.0.1",
"qs": "^6.13.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
"@types/node": "^20.17.6",
"typescript": "^5.6.3"
},

@@ -26,0 +29,0 @@ "keywords": [

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