Socket
Socket
Sign inDemoInstall

useragent

Package Overview
Dependencies
5
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.3.0

4

CHANGELOG.md
## Version 2.0
* __v2.3__
- Updated dependencies
* __v2.1__

@@ -3,0 +7,0 @@ - Default all values to minor,patch and major fields to 0 by default.

2

index.js

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

* @param {String} userAgent The user agent string
* @param {String} jsAgent Optional UA from js to detect chrome frame
* @param {String} [jsAgent] Optional UA from js to detect chrome frame
* @returns {Agent}

@@ -444,0 +444,0 @@ * @api public

{
"name": "useragent",
"version": "2.2.1",
"version": "2.3.0",
"description": "Fastest, most accurate & effecient user agent string parser, uses Browserscope's research for parsing",

@@ -30,6 +30,3 @@ "author": "Arnout Kazemier",

],
"license": {
"type": "MIT",
"url": "https://github.com/3rd-Eden/useragent/blob/master/LICENSE"
},
"license": "MIT",
"repository": {

@@ -40,9 +37,8 @@ "type": "git",

"devDependencies": {
"should": "*",
"mocha": "*",
"long-stack-traces": "0.1.x",
"yamlparser": "0.0.x",
"request": "2.9.x",
"semver": "1.0.x",
"pre-commit": "0.0.x"
"assume": "1.5.x",
"mocha": "5.0.x",
"pre-commit": "1.2.x",
"request": "2.83.x",
"semver": "5.5.x",
"yamlparser": "0.0.x"
},

@@ -60,5 +56,5 @@ "pre-commit": [

"dependencies": {
"lru-cache": "2.2.x",
"lru-cache": "4.1.x",
"tmp": "0.0.x"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc