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.1.0 to 0.2.0

2

dist/index.cjs.js

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

function _render() {
return core.consumer(this.renderChild);
return core.consumer(this, this.renderChild);
}

@@ -74,0 +74,0 @@

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

function _render() {
return consumer(this.renderChild);
return consumer(this, this.renderChild);
}

@@ -72,0 +72,0 @@

{
"name": "@emotion/styled-base",
"version": "0.1.0",
"version": "0.2.0",
"description": "base styled API for emotion",

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

"dependencies": {
"@emotion/serialize": "^0.0.5",
"@emotion/types": "^0.0.5",
"@emotion/utils": "^0.1.0",
"@emotion/serialize": "^0.2.0",
"@emotion/types": "^0.2.0",
"@emotion/utils": "^0.2.0",
"emotion-utils": "9.0.0"
},
"peerDependencies": {
"@emotion/core": "^0.0.4",
"@emotion/core": "0.x.x",
"react": ">=16.3.0 || 16.3.0-alpha.0"

@@ -19,0 +19,0 @@ },

@@ -126,3 +126,3 @@ // @flow

render() {
return consumer(this.renderChild)
return consumer(this, this.renderChild)
}

@@ -129,0 +129,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