@yarnpkg/libzip
Advanced tools
Comparing version 2.0.0-rc.12 to 2.0.0-rc.13
"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; |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
722514
11166
2
+ Addedtslib@^1.13.0
+ Addedtslib@1.14.1(transitive)