react-div-100vh
Advanced tools
Comparing version 0.5.1-beta.2 to 0.5.1
{ | ||
"name": "react-div-100vh", | ||
"version": "0.5.1-beta.2", | ||
"version": "0.5.1", | ||
"description": "A workaround for the '100vh' issue in mobile browsers", | ||
"license": "MIT", | ||
"main": "dist-lib/index.js", | ||
"types": "dist-lib/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "jest --config .jestrc.json", | ||
"lint": "eslint lib", | ||
"prettier:check": "prettier --check .", | ||
"prettier:write": "prettier --write .", | ||
"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" | ||
"test": "jest .", | ||
"build:esm": "yarn tsc -p tsconfig-esm.json", | ||
"build:cjs": "yarn tsc -p tsconfig-cjs.json", | ||
"build:types": "yarn tsc -p tsconfig-types.json", | ||
"cleanup": "rm -rf dist", | ||
"build": "yarn cleanup && yarn concurrently --kill-others-on-fail 'yarn:build:*'", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
@@ -23,17 +22,18 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@types/node": "^14.6.0", | ||
"@types/react": "^16.9.46", | ||
"@types/react-dom": "^16.9.8", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.7.0", | ||
"eslint-plugin-react": "^7.20.6", | ||
"jest": "^26.4.2", | ||
"parcel-bundler": "^1.12.4", | ||
"prettier": "2.1.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"ts-jest": "^26.3.0", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^4.0" | ||
"@types/node": "^14", | ||
"@types/react": ">=16.9.49 <18", | ||
"@types/react-dom": ">=16.9.8 <18", | ||
"@typescript-eslint/eslint-plugin": "^4", | ||
"@typescript-eslint/parser": "^4", | ||
"concurrently": "^5.3.0", | ||
"eslint": "^7", | ||
"eslint-plugin-react": "^7", | ||
"jest": "^26", | ||
"parcel-bundler": "^1", | ||
"prettier": "^2", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1", | ||
"ts-jest": "^26", | ||
"ts-node": "^9", | ||
"typescript": "^4" | ||
}, | ||
@@ -44,4 +44,5 @@ "author": "Mikhail Vasin", | ||
"type": "git", | ||
"url": "git@github.com:mvasin/react-div-100vh.git" | ||
"url": "git@github.com:mvasin/react-div-100vh.git", | ||
"directory": "packages/react-div-100vh" | ||
} | ||
} |
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
98
5604
16
2
1
0
1