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.2.12 to 1.3.0

6

History.md

@@ -0,1 +1,7 @@

v1.3.0 / 2015-08-08
==================
* SPDX license
* `coverage` test
v1.2.12 / 2015-02-11

@@ -2,0 +8,0 @@ ==================

4

index.js

@@ -6,3 +6,3 @@ 'use strict';

* @subpackage main
* @version 1.2.0
* @version 1.3.0
* @author hex7c0 <hex7c0@gmail.com>

@@ -204,3 +204,3 @@ * @copyright hex7c0 2014

});
for (var i = 0, ii = language.length; i < ii; i++) {
for (var i = 0, ii = language.length; i < ii; ++i) {
search = lang[language[i]];

@@ -207,0 +207,0 @@ if (search) {

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

});
for (var i = 0, ii = language.length; ii > i; i++) if (search = lang[language[i]]) {
for (var i = 0, ii = language.length; ii > i; ++i) if (search = lang[language[i]]) {
ll = search;

@@ -39,0 +39,0 @@ break;

@@ -6,3 +6,3 @@ 'use strict';

* @subpackage lib
* @version 1.2.9
* @version 1.3.0
* @author hex7c0 <hex7c0@gmail.com>

@@ -9,0 +9,0 @@ * @copyright hex7c0 2014

{
"version": "1.2.12",
"version": "1.3.0",
"name": "browser-language",

@@ -34,9 +34,11 @@ "description": "grab browser language and store on cookie",

"cookie-parser": "~1.3",
"express": "~4.11",
"mocha": "~2.1",
"coveralls": "~2.11",
"express": "~4.13",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-uglify": "~0.7",
"grunt-contrib-uglify": "~0.9",
"grunt-contrib-jshint": "~0.11",
"grunt-endline": "~0.2",
"supertest": "~0.15"
"istanbul": "~0.3",
"mocha": "~2.2",
"supertest": "~1.0"
},

@@ -48,5 +50,6 @@ "engines": {

"prepublish": "npm prune",
"test": "mocha --bail --check-leaks"
"test": "mocha --bail --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
},
"license": "GPLv3"
"license": "GPL-3.0"
}

@@ -7,2 +7,3 @@ # [browser-language](http://supergiovane.tk/#/browser-language)

[![Dependency Status](https://img.shields.io/david/hex7c0/browser-language.svg)](https://david-dm.org/hex7c0/browser-language)
[![Coveralls](https://img.shields.io/coveralls/hex7c0/browser-language.svg)](https://coveralls.io/r/hex7c0/browser-language)

@@ -9,0 +10,0 @@ Grab browser language and store min value on cookie for [nodejs](http://nodejs.org).

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