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

topological-sort

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

topological-sort - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

.babelrc

15

package.json
{
"name": "topological-sort",
"version": "0.1.4",
"version": "0.1.5",
"description": "Topological sort implemented in Javascript",
"main": "index.js",
"main": "build.js",
"repository": {

@@ -11,2 +11,3 @@ "type": "git",

"scripts": {
"prepublish": "./node_modules/.bin/babel index.js --out-file build.js",
"test": "mocha test/"

@@ -17,7 +18,15 @@ },

"engines": {
"node": ">=6"
"node": ">=4"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-es2015-parameters": "^6.11.3",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"mocha": "^2.5.3"
}
}
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