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.4 to 1.0.5

4

CHANGELOG.md

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

# 1.0.5 (2017-04-25)
Don't use ES6 object shorthand syntax
# 1.0.4 (2017-04-25)

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

6

index.js

@@ -36,5 +36,5 @@ /**

module.exports = {
alg,
Graph,
json
alg: alg,
Graph: Graph,
json: json
}
{
"name": "ciena-graphlib",
"version": "1.0.4",
"version": "1.0.5",
"description": "A directed and undirected multi-graph library",

@@ -5,0 +5,0 @@ "scripts": {

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