Socket
Socket
Sign inDemoInstall

@fower/atomic-props

Package Overview
Dependencies
1
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.82.0 to 1.83.0

csstype.ts

6

CHANGELOG.md
# @fower/atomic-props
## 1.83.0
### Minor Changes
- improve css props
## 1.82.0

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

3

index.d.ts
import * as CSS from 'csstype'
import { Properties } from './csstype'

@@ -11,3 +12,3 @@ // tslint:disable-next-line:export-just-namespace

extends AtomicProps,
Omit<CSS.Properties, keyof FowerTypes.AtomicProps> {}
Omit<Properties<string | number>, keyof FowerTypes.AtomicProps> {}

@@ -14,0 +15,0 @@ type CSSObject<T = any> =

{
"name": "@fower/atomic-props",
"version": "1.82.0",
"version": "1.83.0",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc