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

react-native-media-query

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-media-query - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

4

index.js
import createStyleSheet from "./create-stylesheet";
import processStyleProp from './process-style-prop'
import processStyleProp from "./process-style-prop";

@@ -8,3 +8,3 @@ const flush = () => {};

create: createStyleSheet,
process: processStyleProp
process: processStyleProp,
};

@@ -11,0 +11,0 @@

{
"name": "react-native-media-query",
"version": "1.0.12",
"version": "1.0.13",
"description": "Media queries for react-native and react-native-web",

@@ -14,4 +14,3 @@ "main": "index",

"dependencies": {
"css-mediaquery": "^0.1.2",
"react-native-web": "0.17.5"
"css-mediaquery": "^0.1.2"
},

@@ -21,2 +20,5 @@ "devDependencies": {

},
"peerDependencies": {
"react-native-web": "^0.16.0 || ^0.17.0"
},
"repository": {

@@ -23,0 +25,0 @@ "type": "git",

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