Socket
Socket
Sign inDemoInstall

@microsoft/gulp-core-build-serve

Package Overview
Dependencies
Maintainers
2
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/gulp-core-build-serve - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "2.1.4",
"tag": "@microsoft/gulp-core-build-serve_v2.1.4",
"date": "Tue, 25 Jul 2017 20:03:31 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to TypeScript 2.4"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`"
}
]
}
},
{
"version": "2.1.3",

@@ -7,0 +24,0 @@ "tag": "@microsoft/gulp-core-build-serve_v2.1.3",

9

CHANGELOG.md
# Change Log - @microsoft/gulp-core-build-serve
This log was last generated on Tue, 16 May 2017 00:01:03 GMT and should not be manually modified.
This log was last generated on Tue, 25 Jul 2017 20:03:31 GMT and should not be manually modified.
## 2.1.4
Tue, 25 Jul 2017 20:03:31 GMT
### Patches
- Upgrade to TypeScript 2.4
## 2.1.3

@@ -6,0 +13,0 @@ Tue, 16 May 2017 00:01:03 GMT

6

lib/certificates.js

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

/// <reference path="./NodeForgeExtensions.d.ts" />
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -69,3 +70,4 @@ Object.defineProperty(exports, "__esModule", { value: true });

else {
_certutilExePath = where.stdout.toString().trim();
var lines = where.stdout.toString().trim().split(os_1.EOL);
_certutilExePath = lines[0].trim();
}

@@ -72,0 +74,0 @@ }

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -2,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -2,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -2,0 +4,0 @@ var __extends = (this && this.__extends) || (function () {

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -13,2 +15,3 @@ var __extends = (this && this.__extends) || (function () {

Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable:no-trailing-whitespace whitespace */ /* Remove this when GCB-TS is published and upgraded */
var gulp_core_build_1 = require("@microsoft/gulp-core-build");

@@ -15,0 +18,0 @@ var fs = require("fs");

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -2,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -2,0 +4,0 @@ var __extends = (this && this.__extends) || (function () {

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
"use strict";

@@ -2,0 +4,0 @@ var __extends = (this && this.__extends) || (function () {

{
"name": "@microsoft/gulp-core-build-serve",
"version": "2.1.3",
"version": "2.1.4",
"description": "",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"dependencies": {
"@microsoft/gulp-core-build": ">=2.5.0 <3.0.0",
"@microsoft/gulp-core-build": ">=2.7.0 <3.0.0",
"@types/node": "6.0.62",

@@ -31,4 +31,3 @@ "deasync": "~0.1.7",

"devDependencies": {
"@microsoft/node-library-build": ">=3.0.1 <4.0.0",
"@types/chalk": "0.4.31",
"@microsoft/node-library-build": "~3.1.0",
"@types/express": "4.0.35",

@@ -35,0 +34,0 @@ "@types/express-serve-static-core": "4.0.41",

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