Socket
Socket
Sign inDemoInstall

url-parameter-append

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

18

package.json
{
"name": "url-parameter-append",
"version": "0.1.4",
"version": "0.1.5",
"description": "A simple method for adding, removing or updating parameters on a querystring",

@@ -16,8 +16,16 @@ "main": "url-parameter-append.js",

"author": "Allen Evans <allen@techinity.com> (http://techinity.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/techinity/url-parameter-append.git"
},
"bugs": {
"url": "https://github.com/techinity/url-parameter-append/issues"
},
"homepage": "https://github.com/techinity/url-parameter-append#readme",
"license": "ISC",
"devDependencies": {
"eslint": "6.0.1",
"eslint-config-airbnb-base": "13.2.0",
"eslint-plugin-import": "2.18.0",
"jest": "24.8.0"
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.19.1",
"jest": "24.9.0"
},

@@ -24,0 +32,0 @@ "files": [

@@ -5,3 +5,3 @@ /**

const entries = typeof Object.entries === 'undefined'
? obj => Object.keys(obj).map(key => [key, obj[key]])
? (obj) => Object.keys(obj).map((key) => [key, obj[key]])
: Object.entries;

@@ -8,0 +8,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc