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

@definitelytyped/dtslint-runner

Package Overview
Dependencies
Maintainers
7
Versions
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@definitelytyped/dtslint-runner - npm Package Compare versions

Comparing version 0.0.35-next.2 to 0.0.35-next.3

8

dist/main.js

@@ -33,2 +33,10 @@ "use strict";

: await prepareAllPackages_1.prepareAllPackages({ definitelyTypedPath, nProcesses, noInstall });
if (!noInstall && !localTypeScriptPath) {
if (onlyTestTsNext) {
await utils_1.installTypeScriptNext();
}
else {
await utils_1.installAllTypeScriptVersions();
}
}
const allFailures = [];

@@ -35,0 +43,0 @@ const expectedFailures = getExpectedFailures(onlyRunAffectedPackages);

4

package.json
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.0.35-next.2",
"version": "0.0.35-next.3",
"description": "Run dtslint on DefinitelyTyped packages",

@@ -34,3 +34,3 @@ "homepage": "https://github.com/microsoft/DefinitelyTyped-tools#readme",

},
"gitHead": "c1c5db9c2ffe536814e8321bb25d5d7849e1677c"
"gitHead": "f51bca68465c2caa774bf6aff04883ea796b6171"
}

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