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

@yarnpkg/libzip

Package Overview
Dependencies
Maintainers
6
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.2.1 to 2.2.2-rc.1

lib/libzipAsync.d.ts

1

lib/async.d.ts

@@ -103,2 +103,3 @@ export declare function getLibzipSync(): void;

readonly statMtime: (...args: any[]) => any;
readonly statCrc: (...args: any[]) => any;
readonly error: (...args: any[]) => any;

@@ -105,0 +106,0 @@ readonly errorS: (...args: any[]) => any;

@@ -138,2 +138,3 @@ /// <reference types="emscripten" />

readonly statMtime: (...args: any[]) => any;
readonly statCrc: (...args: any[]) => any;
readonly error: (...args: any[]) => any;

@@ -140,0 +141,0 @@ readonly errorS: (...args: any[]) => any;

11

lib/makeInterface.js

@@ -6,3 +6,3 @@ "use strict";

`number`,
`number`,
`number`, // high
];

@@ -46,4 +46,8 @@ var Errors;

// Those are getters because they can change after memory growth
get HEAP8() { return libzip.HEAP8; },
get HEAPU8() { return libzip.HEAPU8; },
get HEAP8() {
return libzip.HEAP8;
},
get HEAPU8() {
return libzip.HEAPU8;
},
errors: Errors,

@@ -147,2 +151,3 @@ SEEK_SET: 0,

statMtime: libzip.cwrap(`zipstruct_stat_mtime`, `number`, [`number`]),
statCrc: libzip.cwrap(`zipstruct_stat_crc`, `number`, [`number`]),
error: libzip.cwrap(`zipstruct_error`, `number`, []),

@@ -149,0 +154,0 @@ errorS: libzip.cwrap(`zipstruct_errorS`, `number`, []),

@@ -102,2 +102,3 @@ export declare function getLibzipSync(): {

readonly statMtime: (...args: any[]) => any;
readonly statCrc: (...args: any[]) => any;
readonly error: (...args: any[]) => any;

@@ -209,2 +210,3 @@ readonly errorS: (...args: any[]) => any;

readonly statMtime: (...args: any[]) => any;
readonly statCrc: (...args: any[]) => any;
readonly error: (...args: any[]) => any;

@@ -211,0 +213,0 @@ readonly errorS: (...args: any[]) => any;

{
"name": "@yarnpkg/libzip",
"version": "2.2.1",
"version": "2.2.2-rc.1",
"license": "BSD-2-Clause",

@@ -22,3 +22,4 @@ "main": "./lib/sync.js",

"type": "git",
"url": "ssh://git@github.com/yarnpkg/berry.git"
"url": "ssh://git@github.com/yarnpkg/berry.git",
"directory": "packages/yarnpkg-libzip"
},

@@ -34,4 +35,5 @@ "devDependencies": {

"engines": {
"node": ">=10.19.0"
}
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
},
"stableVersion": "2.2.1"
}

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