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

@nexeraid/identity-sdk

Package Overview
Dependencies
Maintainers
1
Versions
654
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/identity-sdk - npm Package Compare versions

Comparing version 1.1.122 to 1.1.123

7

dist/package.json
{
"name": "@nexeraid/identity-sdk",
"version": "1.1.122",
"version": "1.1.123",
"description": "Nexera ID Identity Verification SDK",

@@ -19,3 +19,2 @@ "main": "dist/nexeraid-identity-sdk.cjs.js",

"copy-package-json-to-dist": "copyfiles package.json dist/",
"prettier": "prettier './src' --write",
"lint": "eslint .",

@@ -28,3 +27,5 @@ "lint:fix": "pnpm lint --fix",

"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
"test": "vitest --config ./vitest.config.ts"
"test": "vitest --config ./vitest.config.ts",
"prettier": "prettier 'src/' --check",
"prettier:fix": "prettier 'src/' --write"
},

@@ -31,0 +32,0 @@ "keywords": [],

{
"name": "@nexeraid/identity-sdk",
"version": "1.1.122",
"version": "1.1.123",
"description": "Nexera ID Identity Verification SDK",

@@ -21,3 +21,3 @@ "main": "dist/nexeraid-identity-sdk.cjs.js",

"zod-validation-error": "^1.5.0",
"@nexeraprotocol/nexera-id-schemas": "1.8.77"
"@nexeraprotocol/nexera-id-schemas": "1.8.78"
},

@@ -37,3 +37,2 @@ "devDependencies": {

"copy-package-json-to-dist": "copyfiles package.json dist/",
"prettier": "prettier './src' --write",
"lint": "eslint .",

@@ -46,4 +45,6 @@ "lint:fix": "pnpm lint --fix",

"publish:public:mac": "pnpm run prepare:release:mac && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
"test": "vitest --config ./vitest.config.ts"
"test": "vitest --config ./vitest.config.ts",
"prettier": "prettier 'src/' --check",
"prettier:fix": "prettier 'src/' --write"
}
}
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