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

esm-semver

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esm-semver - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

dist/semver.cjs.js

17

package.json
{
"name": "esm-semver",
"version": "0.0.8",
"version": "0.0.9",
"description": "The semantic version parser used by npm.",
"main": "index.mjs",
"main": "dist/semver.cjs.js",
"module": "dist/semver.esm-bundler.js",
"unpkg": "dist/semver.umd.js",
"types": "index.d.ts",

@@ -10,2 +12,3 @@ "scripts": {

"snap": "tap",
"build": "rollup --config",
"preversion": "npm test",

@@ -25,3 +28,8 @@ "postversion": "npm publish",

"opener": "^1.5.2",
"tap": "^16.0.0"
"tap": "^16.0.0",
"rollup": "^2.67.2",
"rollup-plugin-cleanup": "^3.2.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3"
},

@@ -38,2 +46,3 @@ "license": "ISC",

"bin/",
"dist/",
"classes/",

@@ -56,3 +65,3 @@ "functions/",

"@types/semver": "^7.3.12",
"lru-cache": "^7.0.0"
"lru-cache": "7.14.0"
},

@@ -59,0 +68,0 @@ "author": "Imtaotao",

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