react-sigma
Advanced tools
Comparing version 0.0.1 to 1.2.1
136
package.json
{ | ||
"name": "react-sigma", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"description": "Lightweight but powerful library for drawing network graphs built on top of SigmaJS", | ||
"author": "Maxim Vorobjov <maxim.vorobjov@gmail.com>", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
"bugs": "https://github.com/dunnock/react-sigma/issues", | ||
"homepage": "https://github.com/dunnock/react-sigma", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jeromewu/react-sigma.git" | ||
"url": "https://github.com/dunnock/react-sigma.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/jeromewu/react-sigma/issues" | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"es", | ||
"sigma", | ||
"README.md", | ||
"DOCS.md", | ||
"LICENSE" | ||
], | ||
"main": "lib/index.js", | ||
"jsnext:main": "es/index.js", | ||
"module": "es/index.js", | ||
"keywords": [ | ||
"graph", | ||
"sigma.js", | ||
"force graph", | ||
"webgl graph", | ||
"neo4j graph", | ||
"json graph", | ||
"fast graph", | ||
"graph drawing", | ||
"react-component" | ||
], | ||
"devDependencies": { | ||
"@kadira/react-storybook-addon-info": "^3.3.0", | ||
"@kadira/storybook": "^2.21.0", | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "6.17.0", | ||
"babel-eslint": "7.0.0", | ||
"babel-jest": "16.0.0", | ||
"babel-loader": "6.2.5", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-dev-expression": "^0.2.1", | ||
"babel-plugin-flow-react-proptypes": "^0.18.2", | ||
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0", | ||
"babel-plugin-transform-es3-property-literals": "^6.8.0", | ||
"babel-plugin-transform-runtime": "^6.15.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-react": "^6.16.0", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"canvas": "^1.6.2", | ||
"case-sensitive-paths-webpack-plugin": "1.1.4", | ||
"child-process-promise": "^2.2.0", | ||
"colors": "^1.1.2", | ||
"cross-spawn": "4.0.2", | ||
"detect-port": "1.0.1", | ||
"dmd-clear": "^0.1.2", | ||
"eslint": "3.8.1", | ||
"eslint-config-react-app": "^0.3.0", | ||
"eslint-loader": "1.6.0", | ||
"eslint-plugin-flowtype": "2.21.0", | ||
"eslint-plugin-import": "2.0.1", | ||
"eslint-plugin-jsx-a11y": "2.2.3", | ||
"eslint-plugin-react": "6.4.1", | ||
"fake-xml-http-request": "^1.4.0", | ||
"file-loader": "0.9.0", | ||
"filesize": "3.3.0", | ||
"find-cache-dir": "0.1.1", | ||
"flow-bin": "^0.36.0", | ||
"fs-extra": "0.30.0", | ||
"fs-promise": "^1.0.0", | ||
"gzip-size": "3.0.0", | ||
"imports-loader": "^0.6.5", | ||
"jest": "16.0.2", | ||
"lodash": "^4.17.2", | ||
"npm-release": "^1.0.0", | ||
"object-assign": "4.1.0", | ||
"output-file-sync": "^1.1.2", | ||
"path-exists": "2.1.0", | ||
"promise": "7.1.1", | ||
"react-dev-utils": "^0.3.0", | ||
"recursive-readdir": "2.1.0", | ||
"rimraf": "2.5.4", | ||
"script-loader": "^0.7.0", | ||
"strip-ansi": "3.0.1", | ||
"webpack": "^1.14.0", | ||
"webpack-manifest-plugin": "1.1.0", | ||
"whatwg-fetch": "1.0.0" | ||
}, | ||
"homepage": "https://github.com/jeromewu/react-sigma#readme" | ||
"dependencies": { | ||
"react": "^15.4.1", | ||
"react-dom": "^15.4.1", | ||
"sigma-react": "^1.2.0-2" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=15.3", | ||
"react-dom": ">=15.3" | ||
}, | ||
"scripts": { | ||
"build": "babel-node scripts/build-cli.js", | ||
"build:v": "babel-node scripts/build-cli.js --verbose", | ||
"test": "node scripts/test.js --env=jsdom", | ||
"publish:patch": "npm-release patch", | ||
"publish:minor": "npm-release minor", | ||
"storybook": "start-storybook -p 9009 -s public", | ||
"build-storybook": "build-storybook -s public", | ||
"flow": "flow; test $? -eq 0 -o $? -eq 2", | ||
"build:doc": "documentation build src/* --shallow --config documentation.yml --github --format md --output DOCS.md", | ||
"prepublish": "npm run build" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"jsx", | ||
"js", | ||
"json" | ||
], | ||
"moduleNameMapper": { | ||
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js", | ||
"^.+\\.css$": "<rootDir>/config/jest/CSSStub.js" | ||
}, | ||
"setupFiles": [ | ||
"<rootDir>/config/polyfills.js" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"<rootDir>/(build|docs|node_modules|es|lib|dest|sigma)/" | ||
], | ||
"testEnvironment": "node" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2987309
49
34094
1
1
144
5
54
14
+ Addedreact@^15.4.1
+ Addedreact-dom@^15.4.1
+ Addedsigma-react@^1.2.0-2
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.7.0(transitive)
+ Addedreact-dom@15.7.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedsigma-react@1.2.10(transitive)
+ Addedua-parser-js@0.7.40(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)