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 1.0.0 to 1.0.1

2

package.json
{
"name": "@cssfn/cssfn",
"version": "1.0.0",
"version": "1.0.1",
"description": "Writes CSS in javascript function.",

@@ -5,0 +5,0 @@ "main": "dist/cssfn.js",

# cssfn - Writes CSS in JavaScript way
A lib for generating _Style Sheet_ (css) with _JavaScript function_.
Similar to _React Hook_ but for **generating css dynamically**.
Similar to _React Hooks_ but for **generating css dynamically**.

@@ -13,3 +13,3 @@ By underlying JavaScript language, the css can be easily exported/imported as a regular JavaScript module.

```js
export const usesAwesomeButton = composition([
export const usesAwesomeButton = () => composition([
imports([

@@ -16,0 +16,0 @@ stripoutControl(), // clear browser's default styles

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