You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

query-string-manipulator

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

query-string-manipulator - npm Package Compare versions

Comparing version

to
1.1.1

4

package.json
{
"name": "query-string-manipulator",
"version": "1.1.0",
"version": "1.1.1",
"description": "Manipulate query strings without effort",
"main": "lib/index.js",
"scripts": {
"build": "babel -d lib src --ignore *test*",
"build": "babel -d lib src --ignore **/__tests__",
"clean": "rimraf lib",

@@ -9,0 +9,0 @@ "prepack": "npm run clean && npm test && npm run build",