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

graphology

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology - npm Package Compare versions

Comparing version 0.16.1 to 0.17.0

dist/graphology.cjs.js

9

CHANGELOG.md
# Changelog
## 0.17.0
* Changing packaging system.
* Fixing browser bundle.
## 0.16.1
* Bundle fixes (@zakjan).
## 0.16.0

@@ -4,0 +13,0 @@

39

package.json
{
"name": "graphology",
"version": "0.16.1",
"version": "0.17.0",
"description": "A robust and multipurpose Graph object for JavaScript.",
"main": "dist/index.js",
"main": "dist/graphology.cjs.js",
"module": "dist/graphology.esm.js",
"browser": "dist/graphology.umd.min.js",
"types": "dist/graphology.d.ts",
"scripts": {
"build": "webpack --colors --progress && webpack --colors --progress -p",
"clean": "rimraf dist specs",
"dist": "npm run clean && babel src --out-dir dist && babel tests --out-dir specs && cp src/index.d.ts dist/index.d.ts",
"lint": "eslint src tests test.js",
"build": "npm run clean && rollup -c && babel tests --out-dir specs && cp src/endpoint.esm.d.ts dist/graphology.d.ts",
"lint": "eslint rollup.config.js src tests test.js",
"postpublish": "npm run clean",
"prepublish": "npm test && npm run test:types && npm run lint && npm run dist && npm run build",
"prepublish": "npm test && npm run test:types && npm run lint && npm run build",
"test": "mocha -u exports --require @babel/register ./test.js",

@@ -17,3 +19,2 @@ "test:types": "tsc --lib es2015,dom --noEmit --noImplicitAny --noImplicitReturns ./test-types.ts"

"files": [
"build",
"dist",

@@ -59,16 +60,20 @@ "specs"

"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/plugin-transform-classes": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/core": "7.9.0",
"@babel/plugin-transform-classes": "7.9.2",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-spread": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/register": "7.8.3",
"@babel/preset-env": "7.9.0",
"@babel/register": "7.9.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@yomguithereal/eslint-config": "^4.0.0",
"babel-loader": "8.0.6",
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"mocha": "^7.1.1",
"rimraf": "^3.0.2",
"typescript": "^3.8.2",
"webpack": "^4.41.6",
"webpack-cli": "3.3.11"
"rollup": "^2.3.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-visualizer": "^4.0.2",
"typescript": "^3.8.2"
},

@@ -75,0 +80,0 @@ "babel": {

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