@yarnpkg/libzip
Advanced tools
Comparing version 2.2.1 to 2.2.2-rc.1
@@ -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; |
@@ -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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
12
726302
11166
2
5