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

semver-parser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semver-parser - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

22

package.json

@@ -12,20 +12,20 @@ {

"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"main": "./index.js",
"scripts": {
"lint": "standardx --fix .",
"lint": "eslint --fix .",
"test": "nyc --reporter=text mocha test --exit"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint-plugin-jsdoc": "^30.7.7",
"mocha": "^8.2.1",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"sinon": "^9.2.0",
"standardx": "^7.0.0"
"sinon": "^11.1.1"
},
"version": "3.1.0"
"version": "3.1.1"
}

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.com/asamuzaK/semverParser.svg?branch=master)](https://travis-ci.com/asamuzaK/semverParser)
[![build](https://github.com/asamuzaK/semverParser/workflows/build/badge.svg)](https://github.com/asamuzaK/semverParser/actions?query=workflow%3Abuild)
[![devDependency Status](https://david-dm.org/asamuzaK/semverParser/dev-status.svg)](https://david-dm.org/asamuzaK/semverParser?type=dev)

@@ -3,0 +3,0 @@ [![npm version](https://badge.fury.io/js/semver-parser.svg)](https://badge.fury.io/js/semver-parser)

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