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

coins-validate

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coins-validate - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "coins-validate",
"version": "1.0.0",
"version": "1.0.1",
"description": "configures a package to fall inline with coins standards",

@@ -15,3 +15,7 @@ "main": "index.js",

"scripts": {
"install": "node index.js"
"install": "node index.js",
"preversion": "git checkout master && git pull && npm ls",
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish"
},

@@ -18,0 +22,0 @@ "author": "cdaringe",

@@ -9,4 +9,4 @@ # coins-validate

`npm i --save coins-validate@latest`
`npm i --save-dev coins-validate@latest`
always use latest to assert that coins repos always follow our latest spec
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