Socket
Socket
Sign inDemoInstall

@manifest-ui/styled-system

Package Overview
Dependencies
4
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

dts/types.d.ts

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

export interface ConfigStyle {
defaultScale?: Array<string | number>;
defaultScale?: Scale;
properties?: Array<keyof CSS.Properties | (string & {})>;

@@ -38,0 +38,0 @@ property?: keyof CSS.Properties | (string & {});

{
"name": "@manifest-ui/styled-system",
"version": "0.0.5",
"version": "0.0.6",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./dts/index.d.ts",

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

export interface ConfigStyle {
defaultScale?: Array<string | number>;
defaultScale?: Scale;
properties?: Array<keyof CSS.Properties | (string & {})>;

@@ -56,0 +56,0 @@ property?: keyof CSS.Properties | (string & {});

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