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

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 3.1.0 to 3.1.1

6

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

@@ -37,7 +37,7 @@ "main": "src/index.js",

"eslint": "^5.0.0",
"eslint-config-sane": "^0.6.0",
"eslint-config-sane": "^0.7.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-prefer-let": "^1.0.1",
"mocha": "^5.0.0"
"mocha": "^6.0.0"
}
}

@@ -0,0 +0,0 @@ # rfc6902-ordered

@@ -0,0 +0,0 @@ 'use strict';

@@ -32,3 +32,3 @@ 'use strict';

if (Array.isArray(myObj)) {
if (!myObj || Array.isArray(myObj)) {
continue;

@@ -35,0 +35,0 @@ }

@@ -0,0 +0,0 @@ 'use strict';

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