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

bump-version-range

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bump-version-range - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

14

dist/index.js

@@ -14,4 +14,4 @@ 'use strict';

var oldRange = opts.oldRange;
var newVersion = opts.newVersion;
var oldRange = opts.oldRange,
newVersion = opts.newVersion;

@@ -42,7 +42,7 @@ var searches = [];

for (var i = 0; i < searches.length; i++) {
var _searches$i = searches[i];
var modifier = _searches$i.modifier;
var numbers = _searches$i.numbers;
var extractFromNewVersion = _searches$i.extractFromNewVersion;
var returnSuffix = _searches$i.returnSuffix;
var _searches$i = searches[i],
modifier = _searches$i.modifier,
numbers = _searches$i.numbers,
extractFromNewVersion = _searches$i.extractFromNewVersion,
returnSuffix = _searches$i.returnSuffix;

@@ -49,0 +49,0 @@ var escapedMod = ['^', '$'].indexOf(modifier) >= 0 ? '\\' + modifier : modifier;

@@ -26,2 +26,16 @@ {

"license": "ISC",
"keywords": [
"bump",
"increase",
"update",
"version",
"dep",
"dependency",
"dependencies",
"range",
"number",
"fuzzy",
"fixed",
"latest"
],
"bugs": {

@@ -40,5 +54,5 @@ "url": "https://github.com/bengummer/bump-version-range/issues"

"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-mocha": "^4.3.0",

@@ -50,3 +64,3 @@ "eslint-plugin-react": "^6.1.1",

},
"version": "1.0.2"
"version": "1.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