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

definition-tester

Package Overview
Dependencies
Maintainers
2
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 0.0.2 to 0.0.3

10

dist/index.js
var os = require('os');
var path = require('path');
var sms = require('source-map-support');
var opt = require('optimist');

@@ -27,3 +26,10 @@ var Promise = require('bluebird');

if (argv['debug']) {
sms.install();
var sms;
try {
sms = require('source-map-support');
} catch (e) {
}
if (sms) {
sms.install();
}
Promise.longStackTraces();

@@ -30,0 +36,0 @@ }

4

package.json
{
"name": "definition-tester",
"version": "0.0.2",
"version": "0.0.3",
"description": "DefinitelyTyped repository testing infrastructure",

@@ -49,3 +49,2 @@ "keywords": [

"optimist": "~0.6.1",
"source-map-support": "~0.2.5",
"tslint": "^0.4.9"

@@ -62,2 +61,3 @@ },

"mocha-unfunk-reporter": "^0.4.0",
"source-map-support": "~0.2.5",
"tslint-path-formatter": "^0.1.1",

@@ -64,0 +64,0 @@ "typescript": "^1.0.1"

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