Socket
Socket
Sign inDemoInstall

@emotion/css

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/css - npm Package Compare versions

Comparing version 0.2.3 to 0.4.1

6

dist/index.cjs.js

@@ -41,2 +41,8 @@ 'use strict';

get cls() {
delete this.cls;
this.cls = "css-" + this.name;
return this.cls;
},
get name() {

@@ -43,0 +49,0 @@ delete this.name;

@@ -39,2 +39,8 @@ import { hashString } from 'emotion-utils';

get cls() {
delete this.cls;
this.cls = "css-" + this.name;
return this.cls;
},
get name() {

@@ -41,0 +47,0 @@ delete this.name;

4

package.json
{
"name": "@emotion/css",
"version": "0.2.3",
"version": "0.4.1",
"description": "a function to serialize css and object styless",

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

"dependencies": {
"@emotion/serialize": "^0.2.1",
"@emotion/serialize": "^0.4.1",
"@emotion/types": "^0.2.3",

@@ -13,0 +13,0 @@ "emotion-utils": "^9.0.1"

@@ -35,2 +35,7 @@ // @flow

type: 1,
get cls() {
delete this.cls
this.cls = `css-${this.name}`
return this.cls
},
get name() {

@@ -37,0 +42,0 @@ delete this.name

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