Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thomaschaplin/cusip-generator

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thomaschaplin/cusip-generator - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

16

package.json
{
"name": "@thomaschaplin/cusip-generator",
"version": "1.0.11",
"version": "1.0.12",
"description": "Generate a valid CUSIP",

@@ -19,3 +19,5 @@ "main": "build/index.js",

"pre-push": "./prepush.sh",
"prepare": "husky install"
"prepare": "husky install",
"prepublishOnly": "npm run clean && npm version patch && npm ci && npm run build",
"clean": "rm -rf ./build && rm -rf ./coverage && rm -rf ./node_modules && rm -rf ./reports"
},

@@ -43,9 +45,9 @@ "repository": {

"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"typescript": "^5.1.3",
"@stryker-mutator/core": "^7.0.2",
"@stryker-mutator/jest-runner": "^7.0.2",
"@stryker-mutator/typescript-checker": "^7.0.2",
"@types/node": "^20.3.2",
"typescript": "^5.1.6",
"@stryker-mutator/core": "^7.1.0",
"@stryker-mutator/jest-runner": "^7.1.0",
"@stryker-mutator/typescript-checker": "^7.1.0",
"husky": "^8.0.3"
}
}
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