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

@cedx/enum

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedx/enum - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

doc/about/see_also.md

3

CHANGELOG.md
# Changelog
## Version [5.1.1](https://github.com/cedx/enum.js/compare/v5.1.0...v5.1.1)
- Fixed the [issue #2](https://github.com/cedx/enum.js/issues/2): relaxed the engine constraint.
## Version [5.1.0](https://github.com/cedx/enum.js/compare/v5.0.0...v5.1.0)

@@ -4,0 +7,0 @@ - Updated the package dependencies.

17

package.json

@@ -11,7 +11,7 @@ {

"types": "./lib/index.d.ts",
"version": "5.1.0",
"version": "5.1.1",
"devDependencies": {
"@cedx/coveralls": "^8.0.0",
"@types/chai": "^4.1.4",
"@types/node": "^10.7.1",
"@types/node": "^10.9.4",
"chai": "^4.1.2",

@@ -27,7 +27,7 @@ "del": "^3.0.0",

"typedoc": "^0.12.0",
"typescript": "^3.0.1"
"typescript": "^3.0.3"
},
"engines": {
"node": ">=10.9.0",
"npm": ">=6.2.0"
"node": ">=8.9.0",
"npm": ">=5.5.0"
},

@@ -42,6 +42,7 @@ "keywords": [

"scripts": {
"coverage": "coveralls var/lcov.info",
"prepare": "tsc",
"test": "nyc mocha"
"coverage": "gulp coverage",
"prepare": "gulp build",
"start": "gulp watch",
"test": "gulp test"
}
}
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