Socket
Socket
Sign inDemoInstall

@fower/atomic-props

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fower/atomic-props - npm Package Compare versions

Comparing version 1.84.0 to 1.85.0

6

CHANGELOG.md
# @fower/atomic-props
## 1.85.0
### Minor Changes
- support function type css props
## 1.84.0

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

4

index.d.ts

@@ -83,3 +83,3 @@ import * as CSS from 'csstype'

/**
* CSS
* CSS Props
*

@@ -112,4 +112,4 @@ * Like style prop, but you can do more.

*/
css?: CSSObject
css?: ((props: any) => CSSObject) | CSSObject
}
}
{
"name": "@fower/atomic-props",
"version": "1.84.0",
"version": "1.85.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.js",

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