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

@types/styled-system__css

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/styled-system__css - npm Package Compare versions

Comparing version 5.0.14 to 5.0.15

4

styled-system__css/index.d.ts

@@ -31,6 +31,6 @@ // Type definitions for @styled-system/css 5.0

/**
* All non-vendor-prefixed CSS properties. (Allow `number` to support CSS-in-JS libs,
* All CSS properties. (Allow `number` to support CSS-in-JS libs,
* since they are converted to pixels)
*/
export interface CSSProperties extends CSS.StandardProperties<number | string>, CSS.SvgProperties<number | string> {}
export interface CSSProperties extends CSS.StandardProperties<number | string>, CSS.SvgProperties<number | string>, CSS.VendorProperties<number | string> {}

@@ -37,0 +37,0 @@ /**

{
"name": "@types/styled-system__css",
"version": "5.0.14",
"version": "5.0.15",
"description": "TypeScript definitions for @styled-system/css",

@@ -34,4 +34,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "6bb2289bfd3ad92779ecf53545a96d683a6328853ec0220068785fd18b3db683",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "ebb8d81355fb2719d7606c144a3f0b2b003a29f18d85dbfdd1a563243e5f16f2",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 25 Sep 2020 23:56:36 GMT
* Last updated: Mon, 15 Mar 2021 17:47:34 GMT
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype)

@@ -14,0 +14,0 @@ * Global values: none

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