raf-throttle
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "raf-throttle", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "ava", | ||
"build": "NODE_ENV=production babel index.js --out-dir lib", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -23,3 +25,22 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/wuct/raf-throttle#readme" | ||
"homepage": "https://github.com/wuct/raf-throttle#readme", | ||
"devDependencies": { | ||
"ava": "^0.13.0", | ||
"babel-cli": "^6.6.5", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-register": "^6.6.5" | ||
}, | ||
"dependencies": { | ||
"raf": "^3.2.0" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"test.js" | ||
], | ||
"babel": "inherit", | ||
"require": [ | ||
"babel-register" | ||
] | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2830
4
24
0
0
7
0
1
5
+ Addedraf@^3.2.0
+ Addedperformance-now@2.1.0(transitive)
+ Addedraf@3.4.1(transitive)