Socket
Socket
Sign inDemoInstall

caniuse-api

Package Overview
Dependencies
22
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.4.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 1.4.0 - 2015-10-18
- Upgraded: browserlist 1.x
- Upgraded: shelljs 0.5.x
- Added: output to notify if generation has been made or not
(related to [#25](https://github.com/Nyalab/caniuse-api/issues/25))
# 1.3.2 - 2015-06-23

@@ -2,0 +9,0 @@

38

package.json
{
"name": "caniuse-api",
"version": "1.3.2",
"version": "1.4.0",
"description": "request the caniuse data to check browsers compatibilities",
"repository": {
"type": "git",
"url": "https://github.com/nyalab/caniuse-api.git"
},
"keywords": [
"caniuse",
"browserslist"
],
"authors": [
"nyalab",
"MoOx"
],
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist/",
"LICENSE"
"dist/"
],
"dependencies": {
"browserslist": "^0.4.0",
"caniuse-db": "^1.0.30000030",
"browserslist": "^1.0.1",
"caniuse-db": "^1.0.30000346",
"lodash.memoize": "^2.4.1",
"lodash.uniq": "^3.1.0",
"shelljs": "^0.3.0"
"shelljs": "^0.5.3"
},

@@ -30,14 +42,4 @@ "devDependencies": {

"test": "npm run lint && babel-tape-runner test/*.js | tap-spec",
"postinstall": "node -e \"require('shelljs/global');if(test('-d', 'dist'))exec('node dist/generate-features.js')\""
},
"repository": {
"type": "git",
"url": "https://github.com/nyalab/caniuse-api.git"
},
"keywords": [
"caniuse",
"browserslist"
],
"author": "nyalab",
"license": "MIT"
"postinstall": "node generator.js"
}
}
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