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

pbkit

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pbkit - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

node/cli/pb-gen-ts.js
#!/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

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