You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-useragent

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-useragent - npm Package Compare versions

Comparing version

to
0.4.2

22

package.json
{
"name": "react-useragent",
"version": "0.4.1",
"version": "0.4.2",
"description": "Higher order component to add user agent information to your react components",
"main": "dist/index.js",
"main": "lib/index.js",
"author": "Jon Stuebe",

@@ -10,11 +10,4 @@ "homepage": "https://github.com/jonstuebe/react-useragent#readme",

"scripts": {
"build": "sagui build",
"dist": "sagui dist",
"start": "sagui develop --port 3000",
"test": "sagui test",
"test:lint": "sagui test:lint",
"test:typecheck": "sagui test:typecheck",
"test:unit": "sagui test:unit --coverage",
"test:unit:watch": "sagui test:unit --watch",
"prepublish": "sagui build"
"build": "babel --presets es2015,stage-0,react -d lib/ src/",
"prepublish": "npm run build"
},

@@ -32,6 +25,9 @@ "peerDependencies": {

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"mobile-detect": "^1.3.6",
"react": "^15.5.4",
"sagui": "^8.0.7"
"react": "^15.5.4"
}
}