Socket
Socket
Sign inDemoInstall

@emotion/styled-base

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/styled-base - npm Package Compare versions

Comparing version 10.0.0-beta.4 to 10.0.0-beta.5

2

dist/styled-base.browser.cjs.js

@@ -128,3 +128,3 @@ 'use strict';

if (process.env.NODE_ENV !== 'production' && props.innerRef) {
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead');
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`"));
}

@@ -131,0 +131,0 @@

@@ -122,3 +122,3 @@ import { createElement } from 'react';

if (process.env.NODE_ENV !== 'production' && props.innerRef) {
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead');
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`"));
}

@@ -125,0 +125,0 @@

@@ -128,3 +128,3 @@ 'use strict';

if (process.env.NODE_ENV !== 'production' && props.innerRef) {
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead');
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`"));
}

@@ -131,0 +131,0 @@

@@ -122,3 +122,3 @@ import { createElement, Fragment } from 'react';

if (process.env.NODE_ENV !== 'production' && props.innerRef) {
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead');
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`"));
}

@@ -125,0 +125,0 @@

{
"name": "@emotion/styled-base",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "base styled API for emotion",

@@ -5,0 +5,0 @@ "main": "dist/styled-base.cjs.js",

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