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

bump-regex

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bump-regex - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

4

index.js

@@ -33,3 +33,3 @@ 'use strict';

keyRegex,
')[>|\'|\"]?[ ]*[:=]?[ |>]*[\'|\"]?[a-z]?)',
')[>|\'|\"]?[ ]*[:=]?[ |>|\(]*[\'|\"]?[a-z]?)',

@@ -46,3 +46,3 @@ // Match Semver version identifier, e.g.: x.y.z

// Match end of version value: e.g. ", ', <
'([\'|\"|<]?)'
'([\'|\"|<|\)]?)'
].join(''), + opts.case ? '' : 'i'

@@ -49,0 +49,0 @@ );

{
"name": "bump-regex",
"description": "bump RegEx with semver",
"version": "4.0.0",
"version": "4.1.0",
"homepage": "https://github.com/stevelacy/bump-regex",

@@ -6,0 +6,0 @@ "repository": {

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