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

@chatie/semver

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatie/semver - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

2

bin/semver-is-prod.ts

@@ -21,4 +21,4 @@ #!/usr/bin/env node

} else {
console.info(`NO: ${version} is not a production release.`)
console.info(`NO: ${version} is NOT a production release.`)
process.exit(1)
}

@@ -18,5 +18,5 @@ #!/usr/bin/env node

else {
console.info(`NO: ${version} is not a production release.`);
console.info(`NO: ${version} is NOT a production release.`);
process.exit(1);
}
//# sourceMappingURL=semver-is-prod.js.map
{
"name": "@chatie/semver",
"version": "0.4.6",
"version": "0.4.7",
"description": "The Enhanced Semantic Versioner for NPM",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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