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

@cashscript/utils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cashscript/utils - npm Package Compare versions

Comparing version 0.8.0-next.0 to 0.8.0-next.1

dist/artifact.d.ts

32

package.json
{
"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"
}
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