react-div-100vh
Advanced tools
Comparing version 0.4.0-beta.1 to 0.4.0
{ | ||
"name": "react-div-100vh", | ||
"version": "0.4.0-beta.1", | ||
"version": "0.4.0", | ||
"description": "A workaround for the '100vh' issue in mobile browsers", | ||
@@ -10,7 +10,7 @@ "license": "MIT", | ||
"test": "ts-node tests/ssr.tsx", | ||
"dev": "parcel demo/index.html", | ||
"build-demo": "parcel build --out-dir dist-demo demo/index.html", | ||
"serve-demo": "npx serve dist-demo", | ||
"build-lib": "npx tsc -p lib/tsconfig.json", | ||
"prepublishOnly": "npm run build-lib && npm run build-demo" | ||
"dev": "parcel --out-dir dist-demo demo/index.html", | ||
"build:demo": "parcel build --out-dir dist-demo demo/index.html", | ||
"build:lib": "npx tsc -p lib/tsconfig.json", | ||
"serve:demo": "npx serve dist-demo", | ||
"prepublishOnly": "npm run build:lib && npm run build:demo" | ||
}, | ||
@@ -17,0 +17,0 @@ "peerDependencies": { |
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
10570
0