Socket
Socket
Sign inDemoInstall

qs-kit

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qs-kit - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

7

.eslintrc.js

@@ -29,5 +29,6 @@ module.exports = {

'no-lonely-if': 'error' ,
'no-nested-ternary': 'error' ,
'no-nested-ternary': 'off' , // Now I use the streamlined ternary operator a lot
'no-shadow': 'warn' ,
'no-shadow-restricted-names': 'error' ,
'require-atomic-updates': 'off' , // check for possible race condition on assignment, interesting but too nitpicky

@@ -63,2 +64,3 @@

'MemberExpression': 1 ,
'flatTernaryExpressions': true
} ] ,

@@ -133,4 +135,5 @@ 'newline-per-chained-call': [ 'error', {

'ObjectPattern' : {
// object destructuring assigment
'consistent': true ,
'minProperties': 6
'minProperties': 8
}

@@ -137,0 +140,0 @@ } ] ,

/*
Query String Kit
Copyright (c) 2014 - 2018 Cédric Ronvel
Copyright (c) 2014 - 2020 Cédric Ronvel

@@ -6,0 +6,0 @@ The MIT License (MIT)

{
"name": "qs-kit",
"version": "0.6.4",
"version": "0.6.5",
"description": "A query string manipulation toolbox.",

@@ -13,3 +13,3 @@ "main": "lib/qs.js",

"dependencies": {
"tree-kit": "^0.6.0"
"tree-kit": "^0.6.2"
},

@@ -46,3 +46,3 @@ "devDependencies": {},

2014,
2018
2020
],

@@ -49,0 +49,0 @@ "owner": "Cédric Ronvel"

/*
Query String Kit
Copyright (c) 2014 - 2018 Cédric Ronvel
Copyright (c) 2014 - 2020 Cédric Ronvel

@@ -6,0 +6,0 @@ The MIT License (MIT)

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