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

react-div-100vh

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-div-100vh - npm Package Compare versions

Comparing version 0.5.1-beta.2 to 0.5.1

dist/cjs/index.js

57

package.json
{
"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"
}
}
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