@dfinity/authentication
Advanced tools
Comparing version 0.6.24-lerna.0 to 0.6.25-beta.0
{ | ||
"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" | ||
} |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
274778
67
2808
14
2
1