Comparing version 0.0.18 to 0.0.19
#!/usr/bin/env node | ||
require("core-js/es"); | ||
const mri = require("mri"); | ||
@@ -4,0 +4,0 @@ const createLoader = require("../createLoader").default; |
const { createWriteStream } = require("fs"); | ||
const { finished } = require("stream/promises"); | ||
const { dirname, resolve } = require("path"); | ||
const { promisify } = require("util"); | ||
const stream = require("stream"); | ||
const { ensureDir } = require("./fs"); | ||
const finished = promisify(stream.finished); | ||
async function save(outDir, files) { | ||
@@ -7,0 +10,0 @@ const asyncEntries = []; |
{ | ||
"name": "pbkit", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"author": "JongChan Choi <jong@chan.moe>", | ||
@@ -17,4 +17,5 @@ "license": "(MIT OR Apache-2.0)", | ||
"@yarnpkg/libzip": "^2.2.2", | ||
"core-js": "3.18.1", | ||
"mri": "^1.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7471901
7338
4
+ Addedcore-js@3.18.1
+ Addedcore-js@3.18.1(transitive)