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

@stoplight/types

Package Overview
Dependencies
Maintainers
7
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/types - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

tsconfig.json

1

index.d.ts

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

export * from './logs';
export * from './http';

@@ -3,0 +2,0 @@ export * from './node';

{
"name": "@stoplight/types",
"version": "1.2.1",
"version": "1.2.2",
"author": "Stoplight <support@stoplight.io>",

@@ -8,3 +8,5 @@ "license": "MIT",

"types": "./index.d.ts",
"scripts": {},
"scripts": {
"build": "tsc --project tsconfig.json"
},
"prettier": {

@@ -11,0 +13,0 @@ "printWidth": 100,

@@ -7,3 +7,3 @@ import { LogLevel } from '../logs';

level?: LogLevel;
level?: number;

@@ -10,0 +10,0 @@ /** Starting line of error */

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