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 2.0.0-alpha to 2.0.1-alpha

4

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

@@ -54,3 +54,3 @@ "keywords": [

"source-map-support": "^0.4.0",
"tslint": "^3.5.0",
"tslint": "next",
"tslint-path-formatter": "^0.1.1",

@@ -57,0 +57,0 @@ "typescript": "next"

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

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

@@ -28,0 +28,0 @@ if (!tscPathExists) {

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