@cedx/enum
Advanced tools
Comparing version 2.1.0 to 2.2.0
Cédric Belin <cedric@belin.io> |
# Changelog | ||
This file contains highlights of what changes on each version of the [Enums for JS](https://github.com/cedx/enum.js) library. | ||
## Version 2.2.0 | ||
- Added support for the [Node Security Platform](https://nodesecurity.io) reports. | ||
- Updated the package dependencies. | ||
## Version 2.1.0 | ||
@@ -5,0 +9,0 @@ - Updated the package dependencies. |
@@ -0,0 +0,0 @@ |
@@ -10,12 +10,12 @@ { | ||
"repository": "cedx/enum.js", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"jsnext:main": "./src/index", | ||
"main": "./lib/index", | ||
"module": "./src/index", | ||
"devDependencies": { | ||
"@cedx/coveralls": "^0.4.0", | ||
"@cedx/gulp-david": "^6.0.0", | ||
"babel-preset-env": "^1.2.1", | ||
"babel-register": "^6.23.0", | ||
"@cedx/coveralls": "^0.7.0", | ||
"@cedx/gulp-david": "^6.2.0", | ||
"babel-preset-env": "^1.4.0", | ||
"babel-register": "^6.24.1", | ||
"chai": "^3.5.0", | ||
@@ -27,4 +27,5 @@ "del": "^2.2.2", | ||
"gulp-eslint": "^3.0.1", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.1.2" | ||
"mocha": "^3.3.0", | ||
"nsp": "^2.6.3", | ||
"nyc": "^10.3.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "engines": { |
# Enums for JS | ||
![Release](https://img.shields.io/npm/v/@cedx/enum.svg) ![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg) ![Dependencies](https://david-dm.org/cedx/enum.js.svg) ![Coverage](https://coveralls.io/repos/github/cedx/enum.js/badge.svg) ![Build](https://travis-ci.org/cedx/enum.js.svg) | ||
![Release](https://img.shields.io/npm/v/@cedx/enum.svg) ![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg) ![Downloads](https://img.shields.io/npm/dt/@cedx/enum.svg) ![Dependencies](https://david-dm.org/cedx/enum.js.svg) ![Coverage](https://coveralls.io/repos/github/cedx/enum.js/badge.svg) ![Build](https://travis-ci.org/cedx/enum.js.svg) | ||
@@ -4,0 +4,0 @@ Yet another implementation of enumerated types for [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript). |
@@ -0,0 +0,0 @@ /** |
export * from './enum'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22967
13