New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

browser-language

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-language - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

10

History.md

@@ -0,1 +1,6 @@

v1.0.12 / 2014-07-22
==================
* Fix with multiple require
v1.0.11 / 2014-07-20

@@ -5,2 +10,3 @@ ==================

* Slightly faster performance (global var, RegExp)
* Update [`express`](https://github.com/visionmedia/express)@4.6.X

@@ -11,4 +17,4 @@ v1.0.10 / 2014-06-29

* Remove anonymous function
* Update [`express`](https://github.com/visionmedia/express) @ 4.4.5
* Update [`cookie-parser`] @ 1.3.2
* Update [`express`](https://github.com/visionmedia/express)@4.4.5
* Update `cookie-parser`@ 1.3.2

@@ -15,0 +21,0 @@ 1.0.8 / 2014-06-18

4

index.js

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

* @subpackage main
* @version 1.0.11
* @version 1.0.12
* @author hex7c0 <hex7c0@gmail.com>

@@ -278,7 +278,5 @@ * @copyright hex7c0 2014

if (Boolean(options.signed)) {
normal = all = null;
return signed;
}
signed = all = null;
return normal;
};
{
"name": "browser-language",
"version": "1.0.11",
"version": "1.0.12",
"description": "grab browser language and store on cookie",

@@ -5,0 +5,0 @@ "main": "index.js",

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