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

@waiting/shared-types

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types - npm Package Compare versions

Comparing version 13.0.0 to 13.1.0

2

dist/index.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 12.0.0
* @version 13.0.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -7,2 +7,3 @@ /**

meminfo: ProcMeminfo;
diskstats: ProcDiskstats;
stat: ProcStat;

@@ -62,2 +63,5 @@ }

}
export interface ProcDiskstats {
[key: string]: string;
}
export interface ProcStat {

@@ -64,0 +68,0 @@ [key: string]: string;

{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "13.0.0",
"version": "13.1.0",
"description": "shared typescript types",

@@ -91,3 +91,3 @@ "keywords": [

},
"gitHead": "ef3bcb04ca25f5d5c4736deb9d297535da971117"
"gitHead": "cf66a07b62298feed11d97360450c913837351e5"
}

@@ -8,2 +8,3 @@

meminfo: ProcMeminfo
diskstats: ProcDiskstats
stat: ProcStat

@@ -63,2 +64,5 @@ }

}
export interface ProcDiskstats {
[key: string]: string
}
export interface ProcStat {

@@ -65,0 +69,0 @@ [key: string]: string

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