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

react-xarrows

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-xarrows - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

lib/constants.d.ts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 2.0.2
- prop suggestions did not appear on IDE's because wrong package.json.types path.
## 2.0.1

@@ -2,0 +6,0 @@

8

package.json
{
"name": "react-xarrows",
"version": "2.0.1",
"version": "2.0.2",
"author": "Eliav Louski",
"description": "Draw arrows (or lines) between components in React!",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {

@@ -10,0 +10,0 @@ "build": "webpack --mode development --config-name lib",

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