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

definition-tester

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

definition-tester - npm Package Compare versions

Comparing version

to
2.0.4-alpha

2

package.json
{
"name": "definition-tester",
"version": "2.0.3-alpha",
"version": "2.0.4-alpha",
"description": "DefinitelyTyped repository testing infrastructure",

@@ -5,0 +5,0 @@ "keywords": [

@@ -25,6 +25,6 @@ 'use strict';

if (!tsfileExists) {
throw new Error(tsConfigfile + ' does not exist in path ' + process.cwd());
throw new Error(tsConfigfile + ' does not exist in path ' + tscPath);
}
if (!tscPathExists) {
throw new Error(tscPath + ' does not exist');
throw new Error(tscPath + ' does not exist in path ' + tscPath);
}

@@ -31,0 +31,0 @@ return true;

Sorry, the diff of this file is not supported yet