Socket
Socket
Sign inDemoInstall

@yarnpkg/libzip

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/libzip - npm Package Compare versions

Comparing version 2.0.0-rc.13 to 2.1.0

2

lib/async.d.ts
export declare function getLibzipSync(): void;
export declare function getLibzipPromise(): Promise<void>;
export { Libzip } from './makeInterface';
export type { Libzip } from './makeInterface';

@@ -69,2 +69,5 @@ /// <reference types="emscripten" />

};
ext: {
countSymlinks: (...args: any[]) => any;
};
error: {

@@ -71,0 +74,0 @@ initWithCode: (...args: any[]) => any;

@@ -75,2 +75,5 @@ "use strict";

},
ext: {
countSymlinks: libzip.cwrap(`zip_ext_count_symlinks`, `number`, [`number`]),
},
error: {

@@ -77,0 +80,0 @@ initWithCode: libzip.cwrap(`zip_error_init_with_code`, null, [`number`, `number`]),

@@ -67,2 +67,5 @@ export declare function getLibzipSync(): {

};
ext: {
countSymlinks: (...args: any[]) => any;
};
error: {

@@ -165,2 +168,5 @@ initWithCode: (...args: any[]) => any;

};
ext: {
countSymlinks: (...args: any[]) => any;
};
error: {

@@ -197,2 +203,2 @@ initWithCode: (...args: any[]) => any;

}>;
export { Libzip } from './makeInterface';
export type { Libzip } from './makeInterface';
{
"name": "@yarnpkg/libzip",
"version": "2.0.0-rc.13",
"version": "2.1.0",
"license": "BSD-2-Clause",

@@ -5,0 +5,0 @@ "main": "./lib/sync.js",

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

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