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

header-field

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

header-field - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "header-field",
"description": "Properly format a header field into a lowercased hyphenated string.",
"version": "1.0.4",
"version": "1.0.5",
"author": "Dylan Piercey <pierceydylan@gmail.com>",

@@ -50,3 +50,3 @@ "bugs": "https://github.com/DylanPiercey/header-field/issues",

"coveralls": "cat coverage/lcov.info | coveralls",
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write",
"format-all": "find {src,test} -name '*.ts' | xargs prettier --write",
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts",

@@ -53,0 +53,0 @@ "precommit": "lint-staged && npm test && npm run build",

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