Socket
Socket
Sign inDemoInstall

@angular/tsc-wrapped

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/tsc-wrapped - npm Package Compare versions

Comparing version 4.2.0-beta.1 to 4.2.0-rc.0

3

index.js

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,6 +9,6 @@ * @license

*/
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var compiler_host_1 = require("./src/compiler_host");

@@ -14,0 +15,0 @@ exports.MetadataWriterHost = compiler_host_1.MetadataWriterHost;

{
"name": "@angular/tsc-wrapped",
"version": "4.2.0-beta.1",
"version": "4.2.0-rc.0",
"description": "Wraps the tsc CLI, allowing extensions.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -3,0 +4,0 @@ * @license

"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 });
/**

@@ -8,0 +14,0 @@ * @license

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var evaluator_1 = require("./evaluator");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,8 +9,13 @@ * @license

*/
"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 fs_1 = require("fs");

@@ -16,0 +22,0 @@ var path_1 = require("path");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var schema_1 = require("./schema");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var INDEX_HEADER = "/**\n * Generated bundle index. Do not edit.\n */\n";

@@ -11,0 +12,0 @@ function privateEntriesToIndex(index, privates) {

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var path = require("path");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=options.js.map

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// Metadata Schema

@@ -11,0 +12,0 @@ // If you make a backwards incompatible change to the schema, increment the VERSION number.

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var Symbols = (function () {

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,8 +9,13 @@ * @license

*/
"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 fs_1 = require("fs");

@@ -129,2 +135,3 @@ var path = require("path");

catch (e) {
// Was not a directory, continue on assuming it's a file
}

@@ -131,0 +138,0 @@ var _a = (function () {

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

@@ -3,0 +4,0 @@ return (typeof obj === 'object') && ('path' in obj) && ('contents' in obj);

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var ts = require("typescript");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var collector_1 = require("../src/collector");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var evaluator_1 = require("../src/evaluator");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var bundler_1 = require("../src/bundler");

@@ -11,0 +12,0 @@ var index_writer_1 = require("../src/index_writer");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var path = require("path");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var schema_1 = require("../src/schema");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var os = require("os");

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -8,3 +9,3 @@ * @license

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

@@ -11,0 +12,0 @@ var tsc_1 = require("../src/tsc");

"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 fs = require("fs");

@@ -8,0 +14,0 @@ var ts = require("typescript");

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

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