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

caseless

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caseless - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

LICENSE

1

index.js

@@ -52,2 +52,3 @@ function Caseless (dict) {

resp.setHeader = function (key, value, clobber) {
if (typeof value === 'undefined') return
return c.set(key, value, clobber)

@@ -54,0 +55,0 @@ }

4

package.json
{
"name": "caseless",
"version": "0.10.0",
"version": "0.11.0",
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",

@@ -20,3 +20,3 @@ "main": "index.js",

"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
"license": "BSD",
"license": "Apache-2.0",
"bugs": {

@@ -23,0 +23,0 @@ "url": "https://github.com/mikeal/caseless/issues"

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