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

serialize-query-params

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialize-query-params - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

esm/decodeQueryParams.d.ts

12

package.json
{
"name": "serialize-query-params",
"version": "0.1.2",
"version": "0.1.3",
"description": "A library for simplifying encoding and decoding URL query parameters.",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"lib/"
"lib/",
"esm/"
],

@@ -12,3 +14,6 @@ "types": "lib/index.d.ts",

"scripts": {
"build": "tsc",
"build:cjs": "tsc",
"build:es": "tsc -m esNext --outDir esm",
"build": "npm run build:cjs && npm run build:es",
"clean": "rimraf lib esm",
"dev": "NODE_ENV=development tsc -w",

@@ -44,2 +49,3 @@ "prepublishOnly": "npm run test && npm run build",

"jest": "^24.5.0",
"rimraf": "^2.6.3",
"typescript": "^3.3.3333"

@@ -46,0 +52,0 @@ },

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