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

scrypt-ts-transpiler

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt-ts-transpiler - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.js

23

package.json
{
"name": "scrypt-ts-transpiler",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --build tsconfig.json",
"prepare": "ts-patch install -s",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"pretest": "npm run build && cd tests && tsc",
"test": "mocha 'out/**/*.test.js' --timeout 1200000"
},

@@ -23,9 +25,14 @@ "author": "sCrypt.Inc",

"reflect-metadata": "^0.1.13",
"scryptlib": "^2.1.21",
"scrypt-ts": "^1.1.0-test.1",
"scryptlib": "^2.1.21"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-patch": "^3.0.1",
"typescript": "^5"
},
"devDependencies": {
"@types/node": "^20.4.2"
}
}
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