Socket
Socket
Sign inDemoInstall

tspoon

Package Overview
Dependencies
Maintainers
10
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tspoon - npm Package Compare versions

Comparing version 1.0.370 to 1.0.371

1

dist/src/apply-visitor.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -3,0 +4,0 @@ var configuration_1 = require("./configuration");

2

dist/src/binary-search.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function binarySearch(array, value) {

@@ -20,4 +21,3 @@ var low = 0;

}
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = binarySearch;
//# sourceMappingURL=binary-search.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -8,0 +14,0 @@ var transformer_1 = require("./transformer");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -3,0 +4,0 @@ exports.defaultCompilerOptions = {

"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var HostBase = (function () {

@@ -8,0 +14,0 @@ function HostBase() {

"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -8,0 +14,0 @@ var hosts_base_1 = require("./hosts-base");

@@ -5,2 +5,3 @@ "use strict";

}
Object.defineProperty(exports, "__esModule", { value: true });
var transpile_1 = require("./transpile");

@@ -7,0 +8,0 @@ exports.transpile = transpile_1.transpile;

"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -8,0 +14,0 @@ var source_map_1 = require("source-map");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var transpiler_context_1 = require("./transpiler-context");

@@ -3,0 +4,0 @@ var traverse_ast_1 = require("./traverse-ast");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -3,0 +4,0 @@ var hosts_1 = require("./hosts");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var mutable_source_code_1 = require("./mutable-source-code");

@@ -3,0 +4,0 @@ var mutable_source_code_2 = require("./mutable-source-code");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -3,0 +4,0 @@ function descend(node, context) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=visitor.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var _ = require("lodash");

@@ -3,0 +4,0 @@ function findCodePosition(code, snippet) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function printMessage(messageText) {

@@ -3,0 +4,0 @@ if (messageText['messageText']) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var module_loaders_1 = require("./mocks/module-loaders");

@@ -3,0 +4,0 @@ function evaluateModuleExports(source, dependencies) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai = require("chai");

@@ -3,0 +4,0 @@ var typecheck_1 = require("./matchers/typecheck");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -56,4 +57,3 @@ var diagnostics_utils_1 = require("../diagnostics-utils");

}
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
//# sourceMappingURL=typecheck.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function getModuleLoader() {

@@ -3,0 +4,0 @@ return new CommonJSMockLoader();

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var MockModule = (function () {

@@ -3,0 +4,0 @@ function MockModule(mockFileName, mockContent) {

{
"private": false,
"name": "tspoon",
"version": "1.0.370",
"version": "1.0.371",
"description": "AST visitors for TypeScript",

@@ -51,3 +51,3 @@ "main": "./dist/src/index.js",

"mocha-loader": "1.1.1",
"npminject": "1.0.258",
"npminject": "1.0.259",
"rimraf": "2.6.1",

@@ -63,4 +63,4 @@ "ts-loader": "2.0.3",

"source-map-support": "0.4.14",
"typescript": "2.1.6"
"typescript": "2.2.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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