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

styled-velocity

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-velocity - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

5

dist/commonjs/prop-types/SharedPropsPropTypes.d.ts

@@ -1,4 +0,5 @@

import { HTMLProps } from 'react';
import { HTMLAttributes, HTMLProps } from 'react';
declare type Omit<Type, Key extends keyof Type> = Pick<Type, Exclude<keyof Type, Key>>;
declare type ReducedHTMLProps = Omit<HTMLProps<HTMLDivElement>, 'color' | 'wrap'>;
declare type PropsAndAttrs = HTMLAttributes<any> & HTMLProps<HTMLDivElement>;
declare type ReducedHTMLProps = Omit<PropsAndAttrs, 'color' | 'wrap'>;
export interface SharedPropsPropTypes extends ReducedHTMLProps {

@@ -5,0 +6,0 @@ /**

3

dist/commonjs/utilities/string/px.d.ts

@@ -1,1 +0,2 @@

export declare const px: (value: number) => string | number;
/// <reference types="react" />
export declare const px: (value: number) => import("react").ReactText;

@@ -1,4 +0,5 @@

import { HTMLProps } from 'react';
import { HTMLAttributes, HTMLProps } from 'react';
declare type Omit<Type, Key extends keyof Type> = Pick<Type, Exclude<keyof Type, Key>>;
declare type ReducedHTMLProps = Omit<HTMLProps<HTMLDivElement>, 'color' | 'wrap'>;
declare type PropsAndAttrs = HTMLAttributes<any> & HTMLProps<HTMLDivElement>;
declare type ReducedHTMLProps = Omit<PropsAndAttrs, 'color' | 'wrap'>;
export interface SharedPropsPropTypes extends ReducedHTMLProps {

@@ -5,0 +6,0 @@ /**

@@ -1,1 +0,2 @@

export declare const px: (value: number) => string | number;
/// <reference types="react" />
export declare const px: (value: number) => import("react").ReactText;
{
"name": "styled-velocity",
"version": "0.0.49",
"version": "0.0.50",
"description": "Styled-Velocity, a React-based styled prop and UI library to increase your velocity and help build your Design System.",

@@ -5,0 +5,0 @@ "author": "Jon K. Wheeler",

@@ -1,7 +0,9 @@

import { HTMLProps } from 'react'
import { HTMLAttributes, HTMLProps } from 'react'
type Omit<Type, Key extends keyof Type> = Pick<Type, Exclude<keyof Type, Key>>
type ReducedHTMLProps = Omit<HTMLProps<HTMLDivElement>, 'color' | 'wrap'>
type PropsAndAttrs = HTMLAttributes<any> & HTMLProps<HTMLDivElement>
type ReducedHTMLProps = Omit<PropsAndAttrs, 'color' | 'wrap'>
export interface SharedPropsPropTypes extends ReducedHTMLProps {

@@ -8,0 +10,0 @@ /**

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