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

@icewhale/zimaos-localstorage-openapi

Package Overview
Dependencies
Maintainers
0
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/zimaos-localstorage-openapi - npm Package Compare versions

Comparing version 1.3.0-alpha3 to 1.3.0-alpha4

24

dist/api.d.ts

@@ -109,2 +109,8 @@ /**

/**
* estimate of the percentage of NVM subsystem life used based on the actual usage
* @type {number}
* @memberof Device
*/
'percentage_used'?: number;
/**
* Whether the disk is faulty in RAID

@@ -207,2 +213,8 @@ * @type {boolean}

/**
* estimate of the percentage of NVM subsystem life used based on the actual usage
* @type {number}
* @memberof Disk
*/
'percentage_used'?: number;
/**
*

@@ -918,2 +930,8 @@ * @type {DiskType}

*/
'manufacturer'?: string;
/**
*
* @type {string}
* @memberof Storage
*/
'name'?: string;

@@ -956,2 +974,8 @@ /**

'power_on_hours'?: number;
/**
* estimate of the percentage of NVM subsystem life used based on the actual usage
* @type {number}
* @memberof Storage
*/
'percentage_used'?: number;
}

@@ -958,0 +982,0 @@ /**

@@ -98,2 +98,8 @@ /**

/**
* estimate of the percentage of NVM subsystem life used based on the actual usage
* @type {number}
* @memberof Disk
*/
'percentage_used'?: number;
/**
* disk temperature

@@ -100,0 +106,0 @@ * @type {number}

2

package.json
{
"name": "@icewhale/zimaos-localstorage-openapi",
"version": "v1.3.0-alpha3",
"version": "v1.3.0-alpha4",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate",

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