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.26-beta.1 to 0.6.27

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

11

package.json
{
"name": "@dfinity/authentication",
"version": "0.6.26-beta.1",
"version": "0.6.27",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"build": "tsc -b && tsc -p tsconfig-cjs.json && npm run make:docs/reference",
"bundle": "npm run build",

@@ -12,2 +12,3 @@ "ci": "npm run prettier && npm run lint && npm run test",

"lint:fix": "npm run lint -- --fix",
"make:docs/reference": "typedoc src/index.ts --out docs/reference",
"prettier": "prettier --check \"src/**/*.ts\"",

@@ -18,3 +19,3 @@ "prettier:write": "npm run prettier -- --write",

"dependencies": {
"@dfinity/agent": "^0.6.26-beta.1",
"@dfinity/agent": "^0.6.27",
"@types/crc": "^3.4.0",

@@ -45,5 +46,7 @@ "@types/jest": "^24.0.18",

"tslint": "^5.20.0",
"typedoc": "^0.20.32",
"typescript": "^3.6.3",
"whatwg-fetch": "^3.0.0"
}
},
"gitHead": "e90330833c9b0f9c08a014c4809b66c6bf8792d4"
}
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