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

@dfinity/authentication

Package Overview
Dependencies
Maintainers
10
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfinity/authentication - npm Package Compare versions

Comparing version 0.6.24-lerna.0 to 0.6.25-beta.0

.tsc-out/packages/authentication/src/authenticator/Authenticator.d.ts

19

package.json
{
"name": "@dfinity/authentication",
"version": "0.6.24-lerna.0",
"main": "src/index.js",
"version": "0.6.25-beta.0",
"main": ".tsc-out/packages/authentication/src/index.js",
"types": ".tsc-out/packages/authentication/src/index.d.ts",
"scripts": {
"build": "tsc -b",
"bundle": "npm run build",
"ci": "npm run prettier && npm run lint && npm run build && npm run test",
"lint": "tslint --project tsconfig.json --config tslint.json",
"ci": "npm run prettier && npm run lint && npm run test",
"lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --check \"src/**/*.ts\"",
"prettier:write": "npm run prettier -- --write",
"test": "jest --verbose"
"test": "jest --verbose --detectOpenHandles"
},
"dependencies": {
"@dfinity/agent": "^0.6.24-lerna.0",
"@dfinity/agent": "^0.6.25-beta.0",
"@types/crc": "^3.4.0",

@@ -33,2 +34,6 @@ "@types/jest": "^24.0.18",

"@trust/webcrypto": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-plugin-jsdoc": "^31.6.0",
"jest": "^24.9.0",

@@ -44,3 +49,3 @@ "jest-expect-message": "^1.0.2",

},
"gitHead": "52e44d6879d89e649e7f9a03c62a86aca7a3c9a5"
"gitHead": "9a4134900c86f67e84e4b7cdeba10a233d1455bb"
}
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