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

jsxstyle-utils

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsxstyle-utils - npm Package Compare versions

Comparing version 0.0.0-canary-202162123283 to 0.0.0-canary-202162203517

2

CHANGELOG.md
# jsxstyle-utils
## 0.0.0-canary-202162123283
## 0.0.0-canary-202162203517

@@ -5,0 +5,0 @@ ### Major Changes

@@ -378,4 +378,10 @@ 'use strict';

capRegex.lastIndex > 1 &&
originalPropName.slice(0, capRegex.lastIndex - 1); // check for media query prefix
originalPropName.slice(0, capRegex.lastIndex - 1); // all /^on[A-Z]/ props get passed through to the underlying component
if (prefix === 'on') {
(styleKeyObj.props = styleKeyObj.props || {})[originalPropName] =
props[originalPropName];
continue;
} // check for media query prefix
if (prefix && mediaQueries != null && mediaQueries.hasOwnProperty(prefix)) {

@@ -382,0 +388,0 @@ usesMediaQueries = true;

@@ -374,4 +374,10 @@ var canUseDOM = !!(

capRegex.lastIndex > 1 &&
originalPropName.slice(0, capRegex.lastIndex - 1); // check for media query prefix
originalPropName.slice(0, capRegex.lastIndex - 1); // all /^on[A-Z]/ props get passed through to the underlying component
if (prefix === 'on') {
(styleKeyObj.props = styleKeyObj.props || {})[originalPropName] =
props[originalPropName];
continue;
} // check for media query prefix
if (prefix && mediaQueries != null && mediaQueries.hasOwnProperty(prefix)) {

@@ -378,0 +384,0 @@ usesMediaQueries = true;

@@ -377,4 +377,10 @@ define('jsxstyle-utils', ['exports'], function (exports) {

capRegex.lastIndex > 1 &&
originalPropName.slice(0, capRegex.lastIndex - 1); // check for media query prefix
originalPropName.slice(0, capRegex.lastIndex - 1); // all /^on[A-Z]/ props get passed through to the underlying component
if (prefix === 'on') {
(styleKeyObj.props = styleKeyObj.props || {})[originalPropName] =
props[originalPropName];
continue;
} // check for media query prefix
if (

@@ -381,0 +387,0 @@ prefix &&

{
"name": "jsxstyle-utils",
"version": "0.0.0-canary-202162123283",
"version": "0.0.0-canary-202162203517",
"description": "Utilities used by jsxstyle and tooling built for jsxstyle",

@@ -5,0 +5,0 @@ "author": "Pete Hunt",

Sorry, the diff of this file is not supported yet

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