Socket
Socket
Sign inDemoInstall

rfc6902-ordered

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfc6902-ordered - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

package.json
{
"name": "rfc6902-ordered",
"version": "4.0.2",
"version": "4.0.3",
"description": "https://github.com/chbrown/rfc6902 plus object key ordering",

@@ -5,0 +5,0 @@ "main": "src",

@@ -59,5 +59,5 @@ 'use strict';

myKeys = Object.keys(myPackageJson);
let _myKeys = Object.keys(myPackageJson);
let find = finder(indexInTo, toKeys, myKeys);
let find = finder(indexInTo, toKeys, _myKeys);

@@ -69,3 +69,3 @@ let upIndex = find(false);

debug(`"${key}": no reference key for ordering was found`);
newIndex = myKeys.length;
newIndex = _myKeys.length;
} else if (upIndex === -1) {

@@ -72,0 +72,0 @@ newIndex = downIndex;

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