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

sniff-fns

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sniff-fns - npm Package Compare versions

Comparing version

to
0.5.0-rc1

index.js

34

package.json
{
"name": "sniff-fns",
"version": "0.4.0",
"version": "0.5.0-rc1",
"author": "Ivan Shornikov <paraboom@gmail.com>",
"license": "MIT",
"description": "Browser agent sniffing functions",

@@ -10,16 +11,31 @@ "repository": "https://github.com/js-fns/sniff-fns",

},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"karma": "^0.13.9",
"karma-chai-sinon": "^0.1.5",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"ava": "^0.14.0",
"coveralls": "^2.11.9",
"fs-promise": "^0.5.0",
"glob-promise": "^1.0.6",
"js-beautify": "^1.6.2",
"nyc": "^6.4.4",
"snazzy": "^4.0.0",
"standard": "^7.0.1",
"webpack": "^1.12.0"
},
"scripts": {
"test": "env NODE_ENV=test karma start ./config/karma.js",
"build": "webpack --config ./config/webpack.js"
"test": "nyc ava test.js src/**/test.js",
"test-watch": "npm test -- --watch",
"test-coverage-report": "nyc report --reporter=html",
"test-coverage-coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard --verbose | snazzy",
"build-index": "node scripts/build_index",
"build-binded": "node scripts/build_binded",
"build-dist": "webpack --config ./config/webpack.js",
"build-npm-package": "node scripts/build_npm_package",
"sync-versions": "node ./scripts/sync_versions",
"release": "./scripts/release.sh"
},
"standard": {
"ignore": ["dist/**"]
}
}