New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@icewhale/zimaos-localstorage-openapi

Package Overview
Dependencies
Maintainers
0
Versions
176
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.2-alpha1 to 1.3.2-alpha2

18

dist/api.d.ts

@@ -797,5 +797,12 @@ /**

* @memberof Raid
* @deprecated
*/
'status'?: RaidStatusEnum;
/**
*
* @type {string}
* @memberof Raid
*/
'raid_status'?: RaidRaidStatusEnum;
/**
* The size of the smallest disk in RAID.

@@ -813,2 +820,13 @@ * @type {number}

export type RaidStatusEnum = typeof RaidStatusEnum[keyof typeof RaidStatusEnum];
export declare const RaidRaidStatusEnum: {
readonly Ok: "ok";
readonly Degraded: "degraded";
readonly Rebuilding: "rebuilding";
readonly Reshape: "reshape";
readonly Recovering: "recovering";
readonly Fail: "fail";
readonly Urge: "urge";
readonly Inactive: "inactive";
};
export type RaidRaidStatusEnum = typeof RaidRaidStatusEnum[keyof typeof RaidRaidStatusEnum];
/**

@@ -815,0 +833,0 @@ *

2

package.json
{
"name": "@icewhale/zimaos-localstorage-openapi",
"version": "v1.3.2-alpha1",
"version": "v1.3.2-alpha2",
"scripts": {

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

Sorry, the diff of this file is too big to display

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