Socket
Socket
Sign inDemoInstall

@committed/components-graph-react

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@committed/components-graph-react - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

dist/index.cjs.js

34

package.json
{
"name": "@committed/components-graph-react",
"version": "3.0.0",
"version": "3.0.1",
"description": "Committed Components Graph for react",

@@ -8,5 +8,5 @@ "author": "Committed",

"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -36,3 +36,6 @@ "files": [

"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"build": "tsup --legacy-output && tsc --project tsconfig.build.json",
"build:clean": "rm -rf dist",
"build:ts": "tsc --project tsconfig.build.json",
"build:js": "node ../../node_modules/@committed/config/esbuild/build.mjs",
"build": "npm run build:clean && npm run build:ts && npm run build:js",
"lint": "tsc && eslint './src/**/*.{ts,tsx}'",

@@ -43,19 +46,4 @@ "test": "jest",

"precommit": "lint-staged",
"dev": "tsup --legacy-output --watch",
"fix": "TIMING=1 eslint src/**/*.ts* --fix"
},
"tsup": {
"clean": true,
"entry": [
"src/index.ts"
],
"format": [
"cjs",
"esm"
],
"target": "es2020",
"minify": true,
"sourcemap": true,
"tsconfig": "./tsconfig.build.json"
},
"peerDependencies": {

@@ -67,7 +55,9 @@ "@committed/components": ">= 8.1.2",

"devDependencies": {
"@committed/config": "*"
"@committed/config": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@committed/graph": "3.0.0",
"cytoscape-cola": "^2.4.0",
"@committed/graph": "3.0.1",
"react-cytoscapejs": "^1.2.1",

@@ -74,0 +64,0 @@ "tinycolor2": "^1.4.2",

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