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

isomorphic-user-agent

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-user-agent - npm Package Compare versions

Comparing version 2.0.3 to 2.0.5

23

package.json
{
"name": "isomorphic-user-agent",
"version": "2.0.3",
"version": "2.0.5",
"description": "Isomorphic user agent",

@@ -12,7 +12,9 @@ "main": "./dist/index.js",

"build": "npm run lint && npm run clean && npm run transpile && npm run bundle",
"lint": "eslint ./src"
"lint": "eslint ./src",
"preversion": "npm run test && npm run build",
"version": "git add package.json && git commit -m \"Bump version $npm_package_version\" && git tag -a $npm_package_version -m \"Version $npm_package_version\""
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/team-magneto/isomorphic-user-agent.git"
"url": "git+ssh://git@github.com/team-767/isomorphic-user-agent.git"
},

@@ -25,8 +27,8 @@ "keywords": [

],
"author": "Team Magneto",
"author": "Renan Mendes Carvalho <aitherios@gmail.com> (https://github.com/aitherios)",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-magneto/isomorphic-user-agent/issues"
"url": "https://github.com/team-767/isomorphic-user-agent/issues"
},
"homepage": "https://github.com/team-magneto/isomorphic-user-agent#readme",
"homepage": "https://github.com/team-767/isomorphic-user-agent#readme",
"jest": {

@@ -84,3 +86,10 @@ "rootDir": "./src"

}
}
},
"maintainers": [
"Renan Mendes Carvalho <aitherios@gmail.com> (https://github.com/aitherios)"
],
"contributors": [
"Renan Mendes Carvalho <aitherios@gmail.com> (https://github.com/aitherios)",
"Guilherme Garnier <guilherme.garnier@gmail.com> (http://blog.guilhermegarnier.com)"
]
}
# isomorphic-user-agent
[![npm version](https://img.shields.io/npm/v/isomorphic-user-agent.svg?style=flat-square)](https://www.npmjs.com/package/isomorphic-user-agent)
[![dependency status](https://img.shields.io/david/team-magneto/isomorphic-user-agent.svg?style=flat-square)](https://david-dm.org/team-magneto/isomorphic-user-agent)
[![build status](https://img.shields.io/travis/team-magneto/isomorphic-user-agent.svg?style=flat-square)](https://travis-ci.org/team-magneto/isomorphic-user-agent)
[![dependency status](https://img.shields.io/david/team-767/isomorphic-user-agent.svg?style=flat-square)](https://david-dm.org/team-767/isomorphic-user-agent)
[![build status](https://img.shields.io/travis/team-767/isomorphic-user-agent.svg?style=flat-square)](https://travis-ci.org/team-767/isomorphic-user-agent)

@@ -6,0 +6,0 @@ Returns user agent in browser/node

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