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
2
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.2.4-alpha4 to 1.2.4-alpha5

21

dist/api.d.ts

@@ -183,6 +183,6 @@ /**

*
* @type {string}
* @type {DiskType}
* @memberof Disk
*/
'type'?: string;
'type'?: DiskType;
/**

@@ -271,2 +271,15 @@ *

* @export
* @enum {string}
*/
export declare const DiskType: {
readonly Hdd: "HDD";
readonly Ssd: "SSD";
readonly Usb: "USB";
readonly Nvme: "NVME";
readonly Mmc: "MMC";
};
export type DiskType = typeof DiskType[keyof typeof DiskType];
/**
*
* @export
* @interface GetDiskInfo200Response

@@ -839,6 +852,6 @@ */

*
* @type {string}
* @type {DiskType}
* @memberof Storage
*/
'disk_type'?: string;
'disk_type'?: DiskType;
/**

@@ -845,0 +858,0 @@ *

2

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