New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@definitelytyped/dts-critic

Package Overview
Dependencies
Maintainers
7
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@definitelytyped/dts-critic - npm Package Compare versions

Comparing version 0.0.109 to 0.0.110-next.0

5

dist/index.js

@@ -309,3 +309,6 @@ "use strict";

const npmPack = cp.execFileSync("npm", ["pack", fullName, "--json", "--silent"], cpOpts).trim();
const tarballName = npmPack.endsWith(".tgz") ? npmPack : JSON.parse(npmPack)[0].filename;
// https://github.com/npm/cli/issues/3405
const tarballName = (npmPack.endsWith(".tgz") ? npmPack : JSON.parse(npmPack)[0].filename)
.replace(/^@/, "")
.replace(/\//, "-");
const outPath = path.join(outDir, name);

@@ -312,0 +315,0 @@ initDir(outPath);

@@ -318,3 +318,6 @@ import yargs = require("yargs");

const npmPack = cp.execFileSync("npm", ["pack", fullName, "--json", "--silent"], cpOpts).trim();
const tarballName = npmPack.endsWith(".tgz") ? npmPack : (JSON.parse(npmPack)[0].filename as string);
// https://github.com/npm/cli/issues/3405
const tarballName = (npmPack.endsWith(".tgz") ? npmPack : (JSON.parse(npmPack)[0].filename as string))
.replace(/^@/, "")
.replace(/\//, "-");
const outPath = path.join(outDir, name);

@@ -321,0 +324,0 @@ initDir(outPath);

4

package.json
{
"name": "@definitelytyped/dts-critic",
"version": "0.0.109",
"version": "0.0.110-next.0",
"author": "Nathan Shively-Sanders",

@@ -54,3 +54,3 @@ "description": "Checks a new .d.ts against the Javascript source and tells you what problems it has",

},
"gitHead": "8b850e67a33067cca8f7b0f3912bb3a19fd022ea"
"gitHead": "49b44b4c275c5dae9e2782c64b4eac462f33fd76"
}

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