Socket
Socket
Sign inDemoInstall

@emotion/styled

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/styled - npm Package Compare versions

Comparing version 10.0.12 to 10.0.14

6

CHANGELOG.md
# @emotion/styled
## 10.0.14
### Patch Changes
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pulls/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool
## 10.0.12

@@ -4,0 +10,0 @@

10

dist/styled.browser.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault(ex) {
return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex;
}
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

@@ -15,2 +11,3 @@ var styled = _interopDefault(require('@emotion/styled-base'));

'circle', 'clipPath', 'defs', 'ellipse', 'foreignObject', 'g', 'image', 'line', 'linearGradient', 'mask', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'stop', 'svg', 'text', 'tspan'];
var newStyled = styled.bind();

@@ -20,2 +17,3 @@ tags.forEach(function (tagName) {

});
exports.default = newStyled;
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault(ex) {
return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex;
}
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

@@ -15,2 +11,3 @@ var styled = _interopDefault(require('@emotion/styled-base'));

'circle', 'clipPath', 'defs', 'ellipse', 'foreignObject', 'g', 'image', 'line', 'linearGradient', 'mask', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'stop', 'svg', 'text', 'tspan'];
var newStyled = styled.bind();

@@ -20,2 +17,3 @@ tags.forEach(function (tagName) {

});
exports.default = newStyled;

8

package.json
{
"name": "@emotion/styled",
"version": "10.0.12",
"version": "10.0.14",
"description": "styled API for emotion",

@@ -14,4 +14,4 @@ "main": "dist/styled.cjs.js",

"dependencies": {
"@emotion/styled-base": "^10.0.12",
"babel-plugin-emotion": "^10.0.9"
"@emotion/styled-base": "^10.0.14",
"babel-plugin-emotion": "^10.0.14"
},

@@ -22,3 +22,3 @@ "devDependencies": {

"peerDependencies": {
"@emotion/core": "^10.0.0",
"@emotion/core": "^10.0.14",
"react": ">=16.3.0"

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