New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sniffr

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sniffr - npm Package Compare versions

Comparing version 0.1.2 to 1.1.3

13

package.json
{
"name": "sniffr",
"version": "0.1.2",
"version": "1.1.3",
"description": "Browser, os and device detection",

@@ -32,9 +32,10 @@ "main": "src/sniffr.js",

"devDependencies": {
"bower": "~1.3.2",
"express": "^4.13.4",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jasmine": "~0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jasmine": "~0.9.2",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-concat": "~0.5.0",
"bower": "~1.3.2"
"grunt-contrib-uglify": "~0.5.1"
},

@@ -45,2 +46,2 @@ "homepage": "https://github.com/antivanov/sniffr",

}
}
}

@@ -50,3 +50,5 @@ <img src="http://publicdomainvectors.org/photos/bastiyxc_schn_ffelhund.png" alt="sniff-sniff..." width="150px" height="100px"/>

* Nokia
* Lumia
* Blackberry
* XBox

@@ -53,0 +55,0 @@ ## Installation

@@ -43,2 +43,3 @@ (function(host) {

[/iphone/, "iphone"],
[/lumia/, "lumia"],
[/htc/, "htc"],

@@ -50,2 +51,3 @@ [/nexus/, "nexus"],

[/ sm\-/, "galaxy"],
[/xbox/, "xbox"],
[/(?:bb\d+)|(?:blackberry)|(?: rim )/, "blackberry"]

@@ -52,0 +54,0 @@ ]

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