New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cssfn/cssfn

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cssfn/cssfn - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

11

dist/renders.js

@@ -58,10 +58,11 @@ import {

foreg: 'color',
foreground: 'color',
backg: 'background',
'backgClip': 'backgroundClip',
backgClip: 'backgroundClip',
anim: 'animation',
transf: 'transform',
'gapX': 'columnGap',
'gapY': 'rowGap',
'gapInline': 'columnGap',
'gapBlock': 'rowGap',
gapX: 'columnGap',
gapY: 'rowGap',
gapInline: 'columnGap',
gapBlock: 'rowGap',
}));

@@ -68,0 +69,0 @@ class RenderRule {

{
"name": "@cssfn/cssfn",
"version": "2.0.6",
"version": "2.0.7",
"description": "Writes, imports, and exports css stylesheets as javascript modules.",

@@ -33,3 +33,3 @@ "keywords": [

"@cssfn/css-selectors": "^2.0.2",
"@cssfn/css-types": "^2.0.3",
"@cssfn/css-types": "^2.0.4",
"@cssfn/types": "^2.0.1",

@@ -49,3 +49,3 @@ "@types/hyphenate-style-name": "^1.0.0",

},
"gitHead": "34d5af25d0ea66caecd79d9b575e7baf8a3a4116"
"gitHead": "2d4e18d5d1ce428983bb5f6068d33de7a63ba3f5"
}

@@ -150,14 +150,15 @@ // cssfn:

const shortProps = new Map<keyof CssProps, CssKnownName>(Object.entries({
foreg : 'color',
foreg : 'color',
foreground : 'color',
backg : 'background',
'backgClip' : 'backgroundClip',
backg : 'background',
backgClip : 'backgroundClip',
anim : 'animation',
transf : 'transform',
anim : 'animation',
transf : 'transform',
'gapX' : 'columnGap',
'gapY' : 'rowGap',
'gapInline' : 'columnGap',
'gapBlock' : 'rowGap',
gapX : 'columnGap',
gapY : 'rowGap',
gapInline : 'columnGap',
gapBlock : 'rowGap',
}) as [keyof CssProps, CssKnownName][]);

@@ -164,0 +165,0 @@

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