New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isomorphism

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphism - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.babelrc

29

package.json
{
"name": "isomorphism",
"version": "0.0.1",
"version": "0.1.0",
"description": "Find subgraph isomorphisms with Ullman's 1976 algorithm.",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
"flow": "flow",
"build:clean": "rimraf lib",
"build:lib": "babel -d lib/ src/",
"build:flow": "flow-copy-source -v src lib",
"build": "npm run build:clean && npm run build:lib && npm run build:flow",
"test:mocha": "mocha",
"test": "npm run build && npm run test:mocha",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bwestergard/isomorphism.git"
},
"keywords": [

@@ -16,4 +27,18 @@ "graph",

],
"dependencies": {
"ramda": "^0.21.0"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"flow-bin": "^0.30.0",
"flow-copy-source": "^1.1.0",
"mocha": "^3.2.0",
"rimraf": "^2.5.4",
"standard": "^8.6.0"
},
"author": "Bjorn Westergard",
"license": "MIT"
}
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