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.1 to 4.0.0

23

package.json
{
"name": "rfc6902-ordered",
"version": "3.1.1",
"version": "4.0.0",
"description": "https://github.com/chbrown/rfc6902 plus object key ordering",
"main": "src/index.js",
"main": "src",
"files": [
"src"
],
"scripts": {
"test": "cross-env DEBUG=rfc6902-ordered mocha",
"posttest": "npm run lint",
"lint": "eslint src test"
"lint": "eslint . --ext js,json"
},

@@ -27,3 +30,3 @@ "repository": {

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -37,8 +40,12 @@ "dependencies": {

"cross-env": "^5.0.5",
"eslint": "^5.0.0",
"eslint-config-sane": "^0.7.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint": "^6.1.0",
"eslint-config-sane": "0.8.5",
"eslint-config-sane-node": "0.2.2",
"eslint-plugin-json-files": "0.6.2",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prefer-let": "^1.0.1",
"mocha": "^6.0.0"
"mocha": "^6.0.0",
"renovate-config-standard": "^2.0.0"
}
}
# rfc6902-ordered
[![Greenkeeper badge](https://badges.greenkeeper.io/kellyselden/rfc6902-ordered.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/rfc6902-ordered.svg)](https://badge.fury.io/js/rfc6902-ordered)

@@ -5,0 +4,0 @@ [![Build Status](https://travis-ci.org/kellyselden/rfc6902-ordered.svg?branch=master)](https://travis-ci.org/kellyselden/rfc6902-ordered)

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