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

ciena-graphlib

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ciena-graphlib - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.pr-bumper.json

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.2 (2017-04-18)
* **Fixed** build.
# 1.0.1

@@ -2,0 +6,0 @@

10

package.json
{
"name": "ciena-graphlib",
"version": "1.0.1",
"version": "1.0.2",
"description": "A directed and undirected multi-graph library",
"scripts": {
"build": "babel src -d lib --presets es2015 --plugins add-module-exports",
"build": "npm run build-dist && npm run build-lib",
"build-dist": "webpack && uglifyjs ./dist/ciena-graphlib.js -c -m -o ./dist/ciena-graphlib.min.js --source-map ./dist/ciena-graphlib.min.js.map",
"build-lib": "babel src -d lib --presets es2015 --plugins add-module-exports",
"lint": "npm run lint-js",

@@ -27,2 +29,3 @@ "lint-js": "eslint lib test *.js",

"babel-cli": "^6.9.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",

@@ -36,3 +39,4 @@ "babel-preset-es2015": "^6.9.0",

"istanbul": "^0.4.3",
"mocha": "^3.0.0"
"mocha": "^3.0.0",
"webpack": "^2.3.3"
},

@@ -39,0 +43,0 @@ "repository": {

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