serialize-query-params
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83464
30
2109
8