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 0.6.0 to 0.6.1

4

dist/index.cjs.js

@@ -5,5 +5,5 @@ 'use strict';

var emotionUtils = require('emotion-utils');
var isPropValid = _interopDefault(require('@emotion/is-prop-valid'));
var React = require('react');
var emotionUtils = require('emotion-utils');
var core = require('@emotion/core');

@@ -45,3 +45,3 @@ var utils = require('@emotion/utils');

var testOmitPropsOnStringTag = emotionUtils.memoize(isPropValid);
var testOmitPropsOnStringTag = isPropValid;
var testOmitPropsOnComponent = function testOmitPropsOnComponent(key) {

@@ -48,0 +48,0 @@ return key !== 'theme' && key !== 'innerRef';

@@ -1,4 +0,4 @@

import { memoize, STYLES_KEY } from 'emotion-utils';
import isPropValid from '@emotion/is-prop-valid';
import { createElement, Fragment, Component, forwardRef } from 'react';
import { STYLES_KEY } from 'emotion-utils';
import { consumer } from '@emotion/core';

@@ -40,3 +40,3 @@ import { getRegisteredStyles, insertStyles, shouldSerializeToReactTree } from '@emotion/utils';

var testOmitPropsOnStringTag = memoize(isPropValid);
var testOmitPropsOnStringTag = isPropValid;
var testOmitPropsOnComponent = function testOmitPropsOnComponent(key) {

@@ -43,0 +43,0 @@ return key !== 'theme' && key !== 'innerRef';

{
"name": "@emotion/styled-base",
"version": "0.6.0",
"version": "0.6.1",
"description": "base styled API for emotion",

@@ -10,3 +10,3 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@emotion/is-prop-valid": "^0.6.0",
"@emotion/is-prop-valid": "^0.6.1",
"@emotion/serialize": "^0.5.0",

@@ -13,0 +13,0 @@ "@emotion/types": "^0.6.0",

Sorry, the diff of this file is not supported yet

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