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.9 to 1.2.10

6

History.md

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

v1.2.10 / 2014-10-04
==================
* Remove jsdoc
* `package.json` min
v1.2.9 / 2014-09-28

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

2

index.js

@@ -1,2 +0,2 @@

"use strict";
'use strict';
/**

@@ -3,0 +3,0 @@ * @file browser-language main

{
"version": "1.2.9",
"version": "1.2.10",
"name": "browser-language",

@@ -26,5 +26,4 @@ "description": "grab browser language and store on cookie",

},
"directories":{
"doc":"./doc",
"lib":"./min/lib"
"directories": {
"lib": "./min/lib"
},

@@ -35,13 +34,12 @@ "main": "index.min.js",

"devDependencies": {
"cookie-parser": "~1.3.2",
"express": "~4.9.0",
"mocha": "~1.21.4",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-endline": "~0.2.0",
"grunt-shell": "~1.1.1",
"supertest": "~0.13.0"
"cookie-parser": "~1.3",
"express": "~4.9",
"mocha": "~1.21",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-uglify": "~0.6",
"grunt-endline": "~0.2",
"supertest": "~0.13"
},
"engines": {
"node": ">=0.10"
"node": "^0.10"
},

@@ -48,0 +46,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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