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

@sewing-kit/ui

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sewing-kit/ui - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

build/ts/errors.d.ts

@@ -1,3 +0,3 @@

import { FirstArgument } from '@shopify/useful-types';
import { Ui } from './ui';
declare type FirstArgument<T> = T extends (arg: infer U, ...rest: any[]) => any ? U : never;
interface DiagnosticErrorOptions {

@@ -4,0 +4,0 @@ title?: string;

{
"name": "@sewing-kit/ui",
"version": "0.0.12",
"version": "0.0.13",
"sideEffects": false,

@@ -10,3 +10,2 @@ "publishConfig": {

"dependencies": {
"@shopify/useful-types": "^2.1.2",
"ansi-escapes": "^4.3.0",

@@ -17,3 +16,3 @@ "chalk": "^3.0.0",

},
"gitHead": "f171f492fee4bc77f20dbcc7cbc3898ac7b6058a"
"gitHead": "b10516a3b50627d57e128a1af99818dc78f65d68"
}

@@ -1,5 +0,7 @@

import {FirstArgument} from '@shopify/useful-types';
import {Ui} from './ui';
type FirstArgument<T> = T extends (arg: infer U, ...rest: any[]) => any
? U
: never;
interface DiagnosticErrorOptions {

@@ -6,0 +8,0 @@ title?: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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