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

@cedx/enum

Package Overview
Dependencies
Maintainers
1
Versions
37
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 1.2.0 to 1.3.0

3

CHANGELOG.md
# Changelog
This file contains highlights of what changes on each version of the [Enums for JS](https://github.com/cedx/enum.js) library.
## Version 1.3.0
- Updated the package dependencies.
## Version 1.2.0

@@ -5,0 +8,0 @@ - Replaced the [Codacy](https://www.codacy.com) code coverage service by the [Coveralls](https://coveralls.io) one.

2

LICENSE.txt

@@ -190,3 +190,3 @@

Copyright 2016 Cédric Belin <cedric@belin.io>
Copyright 2016-2017 Cédric Belin <cedric@belin.io>

@@ -193,0 +193,0 @@ Licensed under the Apache License, Version 2.0 (the "License");

@@ -10,3 +10,3 @@ {

"repository": "cedx/enum.js",
"version": "1.2.0",
"version": "1.3.0",

@@ -17,8 +17,8 @@ "jsnext:main": "./src/index",

"devDependencies": {
"@cedx/gulp-david": "^3.0.2",
"babel-preset-latest": "^6.16.0",
"babel-register": "^6.18.0",
"coveralls": "^2.11.15",
"@cedx/coveralls": "^0.1.0",
"@cedx/gulp-david": "^4.0.0",
"babel-preset-latest": "^6.22.0",
"babel-register": "^6.22.0",
"del": "^2.2.2",
"esdoc": "^0.4.8",
"esdoc": "^0.5.2",
"gulp": "^3.9.1",

@@ -28,5 +28,4 @@ "gulp-babel": "^6.1.2",

"gulp-eslint": "^3.0.1",
"gulp-load-plugins": "^1.4.0",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^3.0.1",
"gulp-zip": "^3.2.0",
"isparta": "^4.0.0"

@@ -45,3 +44,3 @@ },

"scripts": {
"coverage": "cat var/lcov.info | coveralls",
"coverage": "coveralls --file=var/lcov.info",
"prepublish": "gulp build",

@@ -48,0 +47,0 @@ "test": "gulp test"

# 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://img.shields.io/david/cedx/enum.js.svg) ![Coverage](https://img.shields.io/coveralls/cedx/enum.js.svg) ![Build](https://img.shields.io/travis/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) ![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)

@@ -9,4 +9,4 @@ Yet another implementation of enumerated types for [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript).

## Requirements
The latest [Node.js](https://nodejs.org) and [NPM](https://www.npmjs.com) versions.
If you plan to play with the sources, you will also need the latest [Gulp.js](http://gulpjs.com/) version.
The latest [Node.js](https://nodejs.org) and [npm](https://www.npmjs.com) versions.
If you plan to play with the sources, you will also need the latest [Gulp.js](http://gulpjs.com) version.

@@ -13,0 +13,0 @@ ## Installing via [npm](https://www.npmjs.com)

Sorry, the diff of this file is not supported yet

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