Socket
Socket
Sign inDemoInstall

@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 5.0.0 to 5.1.0

4

lib/JsonFile.js

@@ -393,3 +393,5 @@ "use strict";

static _buildJjuParseOptions(options = {}) {
const parseOptions = {};
const parseOptions = {
reserved_keys: 'replace'
};
switch (options.jsonSyntax) {

@@ -396,0 +398,0 @@ case JsonSyntax.Strict:

{
"name": "@rushstack/node-core-library",
"version": "5.0.0",
"version": "5.1.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 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