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 0.7.1 to 0.7.2

12

CHANGELOG.json

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

{
"version": "0.7.2",
"tag": "@microsoft/node-core-library_v0.7.2",
"date": "Tue, 27 Feb 2018 22:05:57 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where the LockFile was unable to acquire the lock if the resource dir doesn't exist."
}
]
}
},
{
"version": "0.7.1",

@@ -7,0 +19,0 @@ "tag": "@microsoft/node-core-library_v0.7.1",

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Wed, 21 Feb 2018 22:04:19 GMT and should not be manually modified.
This log was last generated on Tue, 27 Feb 2018 22:05:57 GMT and should not be manually modified.
## 0.7.2
Tue, 27 Feb 2018 22:05:57 GMT
### Patches
- Fix an issue where the LockFile was unable to acquire the lock if the resource dir doesn't exist.
## 0.7.1

@@ -6,0 +13,0 @@ Wed, 21 Feb 2018 22:04:19 GMT

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

static tryAcquire(resourceDir, resourceName) {
fsx.mkdirsSync(resourceDir);
if (process.platform === 'win32') {

@@ -80,0 +81,0 @@ return LockFile._tryAcquireWindows(resourceDir, resourceName);

2

package.json
{
"name": "@microsoft/node-core-library",
"version": "0.7.1",
"version": "0.7.2",
"description": "Core libraries that every NodeJS toolchain project should use",

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

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