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.4.0-beta.1 to 0.4.0

12

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

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