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

ngraph.graph

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngraph.graph - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

dist/ngraph.graph.js

10

package.json
{
"name": "ngraph.graph",
"version": "0.0.15",
"version": "0.0.16",
"description": "Base graph structure in ngraph.*",
"main": "index.js",
"scripts": {
"build": "browserify index.js -s createGraph -o dist/ngraph.graph.js && uglifyjs dist/ngraph.graph.js -o dist/ngraph.graph.min.js",
"test": "node node_modules/argg test/*.js",

@@ -30,6 +31,7 @@ "plato": "plato -d reports/plato index.js",

"benchmark": "^1.0.0",
"istanbul": "^0.3.5",
"ngraph.generators": "0.0.16",
"browserify": "^16.2.3",
"istanbul": "^0.4.5",
"plato": "^1.3.0",
"tap": "^10.7.2"
"tap": "^12.5.3",
"uglify-js": "^3.4.9"
},

@@ -36,0 +38,0 @@ "dependencies": {

@@ -188,4 +188,10 @@ ngraph.graph

Or download from CDN:
<script src='https://unpkg.com/ngraph@0.0.16/dist/ngraph.graph.min.js'></script>
If you download from CDN the library will be available under `createGraph` global name.
License
=======
BSD 3-clause
LICENSE

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