Socket
Socket
Sign inDemoInstall

@microsoft/node-core-library

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/node-core-library - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "3.0.1",
"tag": "@microsoft/node-core-library_v3.0.1",
"date": "Thu, 06 Sep 2018 01:25:26 GMT",
"comments": {
"patch": [
{
"comment": "Update \"repository\" field in package.json"
}
]
}
},
{
"version": "3.0.0",

@@ -7,0 +19,0 @@ "tag": "@microsoft/node-core-library_v3.0.0",

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Wed, 29 Aug 2018 06:36:50 GMT and should not be manually modified.
This log was last generated on Thu, 06 Sep 2018 01:25:26 GMT and should not be manually modified.
## 3.0.1
Thu, 06 Sep 2018 01:25:26 GMT
### Patches
- Update "repository" field in package.json
## 3.0.0

@@ -6,0 +13,0 @@ Wed, 29 Aug 2018 06:36:50 GMT

1

dist/index-internal.d.ts

@@ -93,3 +93,2 @@ /**

* default PATH will not be searched.
* @param filename - the name of the executable, which may be missing the path or file extension
* @param options - optional other parameters

@@ -96,0 +95,0 @@ * @returns the absolute path of the executable, or undefined if it was not found

@@ -0,0 +0,0 @@ /**

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

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

@@ -130,3 +130,2 @@ /// <reference types="node" />

* default PATH will not be searched.
* @param filename - the name of the executable, which may be missing the path or file extension
* @param options - optional other parameters

@@ -133,0 +132,0 @@ * @returns the absolute path of the executable, or undefined if it was not found

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

* default PATH will not be searched.
* @param filename - the name of the executable, which may be missing the path or file extension
* @param options - optional other parameters

@@ -342,3 +341,2 @@ * @returns the absolute path of the executable, or undefined if it was not found

exports.Executable = Executable;
//# sourceMappingURL=Executable.js.map
//# sourceMappingURL=Executable.js.map

@@ -0,0 +0,0 @@ /**

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

exports.FileDiffTest = FileDiffTest;
//# sourceMappingURL=FileDiffTest.js.map
//# sourceMappingURL=FileDiffTest.js.map

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

exports.FileSystem = FileSystem;
//# sourceMappingURL=FileSystem.js.map
//# sourceMappingURL=FileSystem.js.map

@@ -0,0 +0,0 @@ /**

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

exports.FileWriter = FileWriter;
//# sourceMappingURL=FileWriter.js.map
//# sourceMappingURL=FileWriter.js.map

@@ -0,0 +0,0 @@ /**

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

exports.FileWriter = FileWriter_1.FileWriter;
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ /**

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

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

@@ -0,0 +0,0 @@ import { JsonSchema, IJsonSchemaErrorInfo, IJsonSchemaValidateOptions } from './JsonSchema';

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

exports.JsonFile = JsonFile;
//# sourceMappingURL=JsonFile.js.map
//# sourceMappingURL=JsonFile.js.map

@@ -0,0 +0,0 @@ /**

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

exports.JsonSchema = JsonSchema;
//# sourceMappingURL=JsonSchema.js.map
//# sourceMappingURL=JsonSchema.js.map

@@ -0,0 +0,0 @@ /**

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

exports.LockFile = LockFile;
//# sourceMappingURL=LockFile.js.map
//# sourceMappingURL=LockFile.js.map

@@ -0,0 +0,0 @@ /**

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

exports.MapExtensions = MapExtensions;
//# sourceMappingURL=MapExtensions.js.map
//# sourceMappingURL=MapExtensions.js.map

@@ -0,0 +0,0 @@ import { IPackageJson } from './IPackageJson';

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

exports.PackageJsonLookup = PackageJsonLookup;
//# sourceMappingURL=PackageJsonLookup.js.map
//# sourceMappingURL=PackageJsonLookup.js.map

@@ -0,0 +0,0 @@ /**

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

exports.PackageName = PackageName;
//# sourceMappingURL=PackageName.js.map
//# sourceMappingURL=PackageName.js.map

@@ -0,0 +0,0 @@ /**

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

exports.Path = Path;
//# sourceMappingURL=Path.js.map
//# sourceMappingURL=Path.js.map

@@ -0,0 +0,0 @@ /**

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

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

@@ -0,0 +0,0 @@ /**

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

exports.ProtectableMap = ProtectableMap;
//# sourceMappingURL=ProtectableMap.js.map
//# sourceMappingURL=ProtectableMap.js.map

@@ -0,0 +0,0 @@ import { ProtectableMap, IProtectableMapParameters } from './ProtectableMap';

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

exports.ProtectableMapView = ProtectableMapView;
//# sourceMappingURL=ProtectableMapView.js.map
//# sourceMappingURL=ProtectableMapView.js.map

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

});
//# sourceMappingURL=Executable.test.js.map
//# sourceMappingURL=Executable.test.js.map

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

});
//# sourceMappingURL=FileSystem.test.js.map
//# sourceMappingURL=FileSystem.test.js.map

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

});
//# sourceMappingURL=JsonSchema.test.js.map
//# sourceMappingURL=JsonSchema.test.js.map

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

});
//# sourceMappingURL=LockFile.test.js.map
//# sourceMappingURL=LockFile.test.js.map

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

});
//# sourceMappingURL=PackageJsonLookup.test.js.map
//# sourceMappingURL=PackageJsonLookup.test.js.map

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

});
//# sourceMappingURL=PackageName.test.js.map
//# sourceMappingURL=PackageName.test.js.map

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

});
//# sourceMappingURL=Path.test.js.map
//# sourceMappingURL=Path.test.js.map

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

});
//# sourceMappingURL=ProtectableMap.test.js.map
//# sourceMappingURL=ProtectableMap.test.js.map

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

});
//# sourceMappingURL=Text.test.js.map
//# sourceMappingURL=Text.test.js.map

@@ -0,0 +0,0 @@ /**

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

exports.Text = Text;
//# sourceMappingURL=Text.js.map
//# sourceMappingURL=Text.js.map
{
"name": "@microsoft/node-core-library",
"version": "3.0.0",
"version": "3.0.1",
"description": "Core libraries that every NodeJS toolchain project should use",

@@ -11,2 +11,5 @@ "main": "lib/index.js",

"license": "MIT",
"repository": {
"url": "https://github.com/Microsoft/web-build-tools/tree/master/libraries/node-core-library"
},
"scripts": {

@@ -24,6 +27,8 @@ "build": "gulp test --clean"

"devDependencies": {
"tslint-microsoft-contrib": "~5.2.1",
"@types/jest": "21.1.10",
"gulp": "~3.9.1",
"@microsoft/node-library-build": "4.4.11"
"@microsoft/node-library-build": "5.0.6",
"@microsoft/rush-stack-compiler": "0.1.3"
}
}

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

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