Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-in-props

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-in-props - npm Package Compare versions

Comparing version 2.10.79 to 2.10.81

dist/index.cjs.js

11

package.json

@@ -5,8 +5,13 @@ {

"author": "symbo.ls",
"version": "2.10.79",
"version": "2.10.81",
"repository": "https://github.com/symbo-ls/smbls",
"main": "src/index.js",
"browser": "dist/index.cjs.js",
"files": [
"src"
"src",
"dist"
],
"scripts": {
"prepublish": "rm -rf dist && npx esbuild src/index.js --target=es2020 --format=cjs --bundle --sourcemap=external --outfile=dist/index.cjs.js"
},
"dependencies": {

@@ -18,3 +23,3 @@ "@domql/utils": "latest",

},
"gitHead": "b6b0b03b2741e0f9085806cec874cea58aa9cae8"
"gitHead": "d422220d6406ea6c913f8c15a519dd0017e2d24f"
}

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

export * from './set'
export * as registry from './registry'
export * from './registry'

@@ -20,3 +20,2 @@ 'use strict'

export const registry = mergeArray([

@@ -23,0 +22,0 @@ Shape,

'use strict'
import { transformClassname, transformEmotion } from './transform'
import { transformClassname } from './transform'
import { transformEmotion } from './emotion'

@@ -5,0 +6,0 @@ export const setClassname = (props, emotionCss) => {

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