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

graphviz-react

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphviz-react - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

lib/jest.config.d.ts

51

package.json
{
"name": "graphviz-react",
"version": "1.2.2",
"version": "1.2.3",
"description": "React component for displaying Graphviz graphs",
"author": "Dom Parfitt",
"license": "MIT",
"type": "module",
"main": "./lib/Graphviz.js",
"types": "./lib/Graphviz.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf lib",
"clean-build": "npm run clean && npm run build",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run clean-build",
"test": "jest"
},
"keywords": [

@@ -20,3 +14,2 @@ "React",

],
"author": "Dom Parfitt",
"repository": {

@@ -26,3 +19,2 @@ "type": "git",

},
"license": "MIT",
"files": [

@@ -32,2 +24,13 @@ "src/*.tsx",

],
"engines": {
"npm": ">= 8.3"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf lib",
"clean-build": "npm run clean && npm run build",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run clean-build",
"test": "jest"
},
"dependencies": {

@@ -53,26 +56,14 @@ "d3-graphviz": "^2.6.1",

"eslint-plugin-react": "^7.30.1",
"jest": "^26.1.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jsdom": "^16.3.0",
"prettier": "^2.7.1",
"react-dom": "^16.13.1",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7"
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"jest": {
"roots": [
"<rootDir>/src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
"overrides": {
"d3-color": "^3.1.0"
}
}
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