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

bare-semver

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-semver - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/version.js

@@ -71,3 +71,3 @@ const errors = require('./errors')

do c = input[i + ++j]
while (c >= '1' && c <= '9')
while (c >= '0' && c <= '9')

@@ -74,0 +74,0 @@ components.push(parseInt(input.substring(i, i + j)))

{
"name": "bare-semver",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimal semantic versioning library for Bare",

@@ -5,0 +5,0 @@ "exports": {

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