Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "zait", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Get page load time by CasperJS/PhantomJS", | ||
"bin": "bin/zait", | ||
"main": "", | ||
"files": ["lib", "bin"], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://git.herzen.spb.ru/aboyko/load-time-phantomjs.git" | ||
"url": "https://github.com/ket4yii/zait" | ||
}, | ||
@@ -27,8 +30,12 @@ "keywords": [ | ||
"js-yaml": "^3.6.1", | ||
"json2yaml": "^1.1.0", | ||
"markdown-table": "^0.4.0", | ||
"phantomjs-chalk": "^1.1.6", | ||
"phantomjs-prebuilt": "^2.1.7", | ||
"sinon": "^1.17.4", | ||
"strip-ansi": "^3.0.1", | ||
"typeof": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-object-assign": "^6.8.0", | ||
"babel-cli": "^6.9.0", | ||
@@ -38,3 +45,3 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.8.0", | ||
"chai": "^3.4.1", | ||
"coveralls": "^2.11.6", | ||
"coveralls": "^2.11.9", | ||
"gulp": "^3.9.0", | ||
@@ -41,0 +48,0 @@ "gulp-babel": "*", |
# Zait | ||
[![Build Status](https://travis-ci.org/ket4yii/zait.svg?branch=v0.2.x)](https://travis-ci.org/ket4yii/zait) | ||
[![Coverage Status](https://coveralls.io/repos/github/ket4yii/zait/badge.svg?branch=v0.2.x)](https://coveralls.io/github/ket4yii/zait?branch=v0.2.x) | ||
Get pages load time by PhantomJS/CasperJS |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
27176
578
6
9
18
14
5
+ Addedjson2yaml@^1.1.0
+ Addedphantomjs-chalk@^1.1.6
+ Addedstrip-ansi@^3.0.1
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedjson2yaml@1.1.0(transitive)
+ Addedphantomjs-chalk@1.1.6(transitive)
+ Addedremedial@1.0.8(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@3.2.3(transitive)