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

react-tree-svg

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tree-svg - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

lib-esm/components/Arrow.d.ts

9

package.json
{
"name": "react-tree-svg",
"version": "0.6.0",
"version": "0.6.1",
"main": "lib/index.js",

@@ -14,5 +14,5 @@ "module": "lib-esm/index.js",

"check-types": "tsc --noEmit",
"buildRender": "npm run tsc-esm && cheminfo-build --entry lib-esm/index.js --root TreeSVG",
"build": "npm run tsc-esm && cheminfo-build --entry lib-esm/index.js --root TreeSVG",
"dev": "vite",
"build": "tsc && vite build",
"clean": "rimraf lib lib-esm",
"prettier": "prettier --check src",

@@ -23,3 +23,4 @@ "prettier-write": "prettier --write src",

"eslint-fix": "npm run eslint -- --fix",
"prepack": "npm run build",
"prepack": "npm run tsc",
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
"tsc-cjs": "tsc --project tsconfig.cjs.json",

@@ -26,0 +27,0 @@ "tsc-esm": "tsc --project tsconfig.esm.json",

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