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 1.3.1 to 1.3.2

12

CHANGELOG.json

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

{
"version": "1.3.2",
"tag": "@microsoft/node-core-library_v1.3.2",
"date": "Thu, 31 May 2018 01:39:33 GMT",
"comments": {
"patch": [
{
"comment": "Add missing \"repository\" property in IPackageJSON."
}
]
}
},
{
"version": "1.3.1",

@@ -7,0 +19,0 @@ "tag": "@microsoft/node-core-library_v1.3.1",

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Tue, 15 May 2018 02:26:45 GMT and should not be manually modified.
This log was last generated on Thu, 31 May 2018 01:39:33 GMT and should not be manually modified.
## 1.3.2
Thu, 31 May 2018 01:39:33 GMT
### Patches
- Add missing "repository" property in IPackageJSON.
## 1.3.1

@@ -6,0 +13,0 @@ Tue, 15 May 2018 02:26:45 GMT

@@ -171,2 +171,6 @@ /**

/**
* The URL of the project's repository.
*/
repository?: string;
/**
* The URL to the project's web page.

@@ -173,0 +177,0 @@ */

@@ -65,2 +65,6 @@ /**

/**
* The URL of the project's repository.
*/
repository?: string;
/**
* The URL to the project's web page.

@@ -67,0 +71,0 @@ */

2

package.json
{
"name": "@microsoft/node-core-library",
"version": "1.3.1",
"version": "1.3.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