Socket
Socket
Sign inDemoInstall

editions

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editions - npm Package Compare versions

Comparing version 6.14.1 to 6.14.2

42

package.json
{
"name": "editions",
"version": "6.14.1",
"version": "6.14.2",
"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",

@@ -104,3 +104,3 @@ "homepage": "https://github.com/bevry/editions",

"engines": {
"node": "4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21",
"node": true,
"browsers": false

@@ -120,3 +120,3 @@ }

"engines": {
"node": "12 || 14 || 16 || 18 || 20 || 21",
"node": true,
"browsers": false

@@ -148,3 +148,3 @@ }

"dependencies": {
"version-range": "~4.4.0"
"version-range": "^4.5.1"
},

@@ -169,2 +169,19 @@ "devDependencies": {

},
"eslintConfig": {
"extends": [
"bevry"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"boundation": {
"browser": false,
"compiler": "typescript",
"targets": [
"ES5"
]
},
"scripts": {

@@ -196,20 +213,3 @@ "our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",

"test": "node ./edition-es5/test.js"
},
"eslintConfig": {
"extends": [
"bevry"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"boundation": {
"browser": false,
"compiler": "typescript",
"targets": [
"ES5"
]
}
}
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