@dfinity/authentication
Advanced tools
Comparing version 0.6.26-beta.1 to 0.6.27
{ | ||
"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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
227094
15
66
2797
2
2
Updated@dfinity/agent@^0.6.27