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

@narando/negotiate-accepted-language

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@narando/negotiate-accepted-language - npm Package Compare versions

Comparing version 0.28.0 to 0.28.2

2

dist/__tests__/parseHeader.test.js

@@ -57,3 +57,3 @@ "use strict";

it(`should parse ${testCase.name}`, () => {
expect((0, _parseHeader.default)(testCase.input)).toEqual(testCase.output);
expect((0, _parseHeader.default)(testCase.input).sort()).toEqual(testCase.output.sort());
});

@@ -60,0 +60,0 @@ });

{
"name": "@narando/negotiate-accepted-language",
"version": "0.28.0",
"version": "0.28.2",
"description": "",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

},
"gitHead": "0cb3b0f1fa3c7896a039665592b6d38e1dbf0ad2"
"gitHead": "45baa00c579506a13d813598d7d06229955b7403"
}
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