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.8.0 to 3.8.1

12

CHANGELOG.json

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

{
"version": "3.8.1",
"tag": "@microsoft/node-core-library_v3.8.1",
"date": "Wed, 12 Dec 2018 17:04:19 GMT",
"comments": {
"patch": [
{
"comment": "Clarify error message reported by JsonFile._validateNoUndefinedMembers()"
}
]
}
},
{
"version": "3.8.0",

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

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Fri, 07 Dec 2018 17:04:56 GMT and should not be manually modified.
This log was last generated on Wed, 12 Dec 2018 17:04:19 GMT and should not be manually modified.
## 3.8.1
Wed, 12 Dec 2018 17:04:19 GMT
### Patches
- Clarify error message reported by JsonFile._validateNoUndefinedMembers()
## 3.8.0

@@ -6,0 +13,0 @@ Fri, 07 Dec 2018 17:04:56 GMT

2

lib/JsonFile.js

@@ -168,3 +168,3 @@ "use strict";

const fullPath = JsonFile._formatKeyPath(keyPath);
throw new Error(`The value for ${fullPath} is undefined`);
throw new Error(`The value for ${fullPath} is "undefined" and cannot be serialized as JSON`);
}

@@ -171,0 +171,0 @@ JsonFile._validateNoUndefinedMembers(value, keyPath);

{
"name": "@microsoft/node-core-library",
"version": "3.8.0",
"version": "3.8.1",
"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