New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reactnativevhvw

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactnativevhvw - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

package.json
{
"name": "reactnativevhvw",
"version": "1.4.0",
"version": "1.5.0",
"description": "Ditto of CSS vh and vw for React Native.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -6,6 +6,5 @@ import { Dimensions } from 'react-native';

* CSS vh ditto. Returns in pixels a fraction of the viewport height.
* Call this.global.styles.vh()
*
* @param {Number} percentage
* @return {Number} percentage of the window view height
* @return {Number} percentage of the window view height in value of pixels.
*/

@@ -29,6 +28,5 @@ vh: (percentage) => {

* CSS vw ditto. Returns in pixels a fraction of the viewport width.
* Call this.global.styles.vw()
*
* @param {Number} percentage
* @return {Number} percentage of the window view width
* @return {Number} percentage of the window view width in value of pixels.
*/

@@ -35,0 +33,0 @@ vw: (percentage) => {

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