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

react-path-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-path-tooltip - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

dist/index.js

0

dist/index.d.ts
export { PathTooltip } from './ReactPathTooltip';

@@ -0,0 +0,0 @@ import React from 'react';

26

package.json
{
"name": "react-path-tooltip",
"version": "1.0.14",
"version": "1.0.15",
"license": "MIT",

@@ -15,25 +15,21 @@ "displayName": "React Path Tooltip",

},
"scripts": {
"prebuild": "rm -rf dist;eslint . --ext .tsx --fix",
"build": "tsc -p tsconfig.json",
"build:local": "npm run build&&npm pack"
},
"peerDependencies": {
"react": ">=16.0.0",
"react": ">=16",
"react-dom": ">=16.0.0"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"husky": "^4.2.3",
"tsdx": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.22.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --format esm",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build --format esm"
},
"eslintConfig": {
"extends": "react-app"
},
"module": "dist/react-path-tooltip.esm.js",

@@ -40,0 +36,0 @@ "authors": [

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