@cashscript/utils
Advanced tools
Comparing version 0.8.0-next.0 to 0.8.0-next.1
{ | ||
"name": "@cashscript/utils", | ||
"version": "0.8.0-next.0", | ||
"version": "0.8.0-next.1", | ||
"description": "CashScript utilities and types", | ||
@@ -21,5 +21,5 @@ "keywords": [ | ||
"author": "Rosco Kalis <roscokalis@gmail.com>", | ||
"main": "dist/main/index", | ||
"module": "dist/module/index", | ||
"types": "dist/module/index", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"sideEffects": false, | ||
@@ -31,23 +31,25 @@ "directories": { | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"build": "yarn clean && yarn compile", | ||
"build:test": "yarn clean:test && yarn compile:test", | ||
"clean": "rm -rf ./dist", | ||
"compile": "npm run compile:main && npm run compile:module", | ||
"compile:main": "tsc -p tsconfig.build.main.json", | ||
"compile:module": "tsc -p tsconfig.build.module.json", | ||
"clean:test": "rm -rf ./dist-test", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"compile:test": "tsc -p tsconfig.test.json", | ||
"lint": "eslint . --ext .ts --ignore-path ../../.eslintignore", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"test": "jest --config=../../jest.config.js packages/utils" | ||
"prepare": "yarn build", | ||
"prepublishOnly": "yarn test && yarn lint", | ||
"pretest": "yarn build:test", | ||
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest" | ||
}, | ||
"dependencies": { | ||
"@bitauth/libauth": "^1.18.1", | ||
"@bitauth/libauth": "^2.0.0-alpha.8", | ||
"hash.js": "^1.1.7" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.4.1", | ||
"eslint": "^7.20.0", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.5.1", | ||
"jest": "^29.4.1", | ||
"typescript": "^4.1.5" | ||
}, | ||
"gitHead": "18d793bbb5aa4aef1a07587cd1565ae2a63b0728" | ||
"gitHead": "77c621fb963cc8e8951faebae53267d3520b7fe9" | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
Yes
34885
17
635
1
1
+ Added@bitauth/libauth@2.1.0(transitive)
- Removed@bitauth/libauth@1.19.1(transitive)