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.3-alpha.0 to 1.0.3

2

package.json
{
"name": "react-native-media-query",
"version": "1.0.3-alpha.0",
"version": "1.0.3",
"description": "Media queries for react-native and react-native-web",

@@ -5,0 +5,0 @@ "main": "index",

@@ -18,3 +18,3 @@ import { setRule } from '../inject';

let str;
const hash = stringHash(`${key}${query}${css}`)
const hash = `rnmq-${stringHash(`${key}${query}${css}`)}`
if (isMedia(query)) {

@@ -21,0 +21,0 @@ str = `${query} {[data-media~="${hash}"] ${css}}`;

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