react-useportal
Advanced tools
Comparing version 0.1.32 to 0.1.33
{ | ||
"name": "react-useportal", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"homepage": "https://codesandbox.io/s/w6jp7z4pkk", | ||
@@ -33,5 +33,3 @@ "main": "dist/usePortal.js", | ||
}, | ||
"dependencies": { | ||
"react": "^16.8.6" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -41,7 +39,10 @@ "parcel-bundler": "^1.12.3", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "parcel examples/index.html --open", | ||
"build": "parcel build --target node ./usePortal.js", | ||
"build": "parcel build ./usePortal.js --target node", | ||
"publish": "yarn build && yarn publish" | ||
} | ||
} |
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
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
1
0
15443
5
13
- Removedreact@^16.8.6