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

express-query-booleanizer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-query-booleanizer - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

6

package.json
{
"name": "express-query-booleanizer",
"version": "0.0.11",
"version": "0.0.12",
"description": "Express JS middleware to convert query params to boolean",

@@ -8,3 +8,5 @@ "main": "index.js",

"test": "jest --detectOpenHandles",
"build": "npx tsc && npx copyfiles -f package.json dist"
"build": "npx tsc && npm run copyPackage && npm run copyReadme",
"copyPackage": "npx copyfiles -f package.json dist",
"copyReadme": "npx copyfiles -f README.md dist"
},

@@ -11,0 +13,0 @@ "keywords": [

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