react-path-tooltip
Advanced tools
Comparing version 1.0.14 to 1.0.15
export { PathTooltip } from './ReactPathTooltip'; |
@@ -0,0 +0,0 @@ import React from 'react'; |
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7717
8
5
96
1
0
1