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.3.0 to 3.3.1

12

CHANGELOG.json

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

{
"version": "3.3.1",
"tag": "@microsoft/node-core-library_v3.3.1",
"date": "Wed, 17 Oct 2018 21:04:49 GMT",
"comments": {
"patch": [
{
"comment": "Remove use of a deprecated Buffer API."
}
]
}
},
{
"version": "3.3.0",

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

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Mon, 08 Oct 2018 16:04:27 GMT and should not be manually modified.
This log was last generated on Wed, 17 Oct 2018 21:04:49 GMT and should not be manually modified.
## 3.3.1
Wed, 17 Oct 2018 21:04:49 GMT
### Patches
- Remove use of a deprecated Buffer API.
## 3.3.0

@@ -6,0 +13,0 @@ Mon, 08 Oct 2018 16:04:27 GMT

2

lib/JsonFile.js

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

const newJson = JsonFile.updateString(jsonToUpdate, jsonObject, options);
const newBuffer = new Buffer(newJson); // utf8 encoding happens here
const newBuffer = Buffer.from(newJson); // utf8 encoding happens here
if (options.onlyIfChanged) {

@@ -128,0 +128,0 @@ // Has the file changed?

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