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

@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.12 to 2.0.0-rc.13

1

lib/async.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getLibzipPromise = exports.getLibzipSync = void 0;
const makeInterface_1 = require("./makeInterface");

@@ -4,0 +5,0 @@ let promise = null;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.makeInterface = void 0;
const number64 = [

@@ -4,0 +5,0 @@ `number`,

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getLibzipPromise = exports.getLibzipSync = void 0;
const makeInterface_1 = require("./makeInterface");

@@ -4,0 +5,0 @@ let mod = null;

5

package.json
{
"name": "@yarnpkg/libzip",
"version": "2.0.0-rc.12",
"version": "2.0.0-rc.13",
"license": "BSD-2-Clause",

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

"dependencies": {
"@types/emscripten": "^1.38.0"
"@types/emscripten": "^1.38.0",
"tslib": "^1.13.0"
},

@@ -32,0 +33,0 @@ "engines": {

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