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.2.2-alpha7 to 1.2.2-alpha8

18

dist/api.d.ts

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

/**
* Whether the disk is faulty in RAID
* @type {boolean}
* @memberof Device
*/
'faulty'?: boolean;
/**
*

@@ -655,2 +661,8 @@ * @type {string}

*
* @type {boolean}
* @memberof Raid
*/
'damaged'?: boolean;
/**
*
* @type {number}

@@ -678,2 +690,8 @@ * @memberof Raid

'status'?: RaidStatusEnum;
/**
*
* @type {number}
* @memberof Raid
*/
'dev_size'?: number;
}

@@ -680,0 +698,0 @@ export declare const RaidStatusEnum: {

2

package.json
{
"name": "@icewhale/zimaos-localstorage-openapi",
"version": "v1.2.2-alpha7",
"version": "v1.2.2-alpha8",
"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