Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/node-core-library

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.21.0 to 3.22.0

12

CHANGELOG.json

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

{
"version": "3.22.0",
"tag": "@rushstack/node-core-library_v3.22.0",
"date": "Fri, 22 May 2020 15:08:42 GMT",
"comments": {
"minor": [
{
"comment": "Expose string parsing APIs from JsonFile."
}
]
}
},
{
"version": "3.21.0",

@@ -7,0 +19,0 @@ "tag": "@rushstack/node-core-library_v3.21.0",

9

CHANGELOG.md
# Change Log - @rushstack/node-core-library
This log was last generated on Thu, 21 May 2020 23:09:44 GMT and should not be manually modified.
This log was last generated on Fri, 22 May 2020 15:08:42 GMT and should not be manually modified.
## 3.22.0
Fri, 22 May 2020 15:08:42 GMT
### Minor changes
- Expose string parsing APIs from JsonFile.
## 3.21.0

@@ -6,0 +13,0 @@ Thu, 21 May 2020 23:09:44 GMT

@@ -67,2 +67,6 @@ import { JsonSchema, IJsonSchemaErrorInfo, IJsonSchemaValidateOptions } from './JsonSchema';

/**
* Parses a JSON file's contents.
*/
static parseString(jsonContents: string): JsonObject;
/**
* Loads a JSON file and validate its schema.

@@ -69,0 +73,0 @@ */

@@ -60,2 +60,8 @@ "use strict";

/**
* Parses a JSON file's contents.
*/
static parseString(jsonContents) {
return jju.parse(jsonContents);
}
/**
* Loads a JSON file and validate its schema.

@@ -62,0 +68,0 @@ */

2

package.json
{
"name": "@rushstack/node-core-library",
"version": "3.21.0",
"version": "3.22.0",
"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 too big to display

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