d2-utilizr
Advanced tools
Comparing version 0.2.11 to 0.2.12
{ | ||
"name": "d2-utilizr", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"coverage": "babel-node node_modules/isparta/bin/isparta cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- --reporter dot --compilers js:babel-core/register --require config/test-env-setup.js config/sandbox-setup.js --recursive test", | ||
"coverage": "nyc --include src --require babel-register --require babel-polyfill mocha --reporter dot --require config/test-env-setup.js config/sandbox-setup.js --recursive test && nyc report --reporter=lcov", | ||
"test": "mocha --reporter spec --compilers js:babel-core/register --require config/test-env-setup.js config/sandbox-setup.js --recursive test", | ||
@@ -30,2 +30,3 @@ "test-watch": "mocha --reporter spec --compilers js:babel-core/register --require config/test-env-setup.js config/sandbox-setup.js --recursive test --watch", | ||
"babel-core": "^6.5.1", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-es2015": "^6.3.13", | ||
@@ -36,4 +37,4 @@ "babel-preset-stage-2": "^6.3.13", | ||
"documentation": "^4.0.0-beta", | ||
"isparta": "^4.0.0", | ||
"mocha": "^2.4.5", | ||
"nyc": "^10.1.2", | ||
"sinon": "^1.17.3", | ||
@@ -40,0 +41,0 @@ "sinon-chai": "^2.8.0" |
# d2-utilizr | ||
== | ||
@@ -11,4 +10,6 @@ [![Build Status](https://travis-ci.org/dhis2/d2-utilizr.svg?branch=master)](https://travis-ci.org/dhis2/d2-utilizr) | ||
== | ||
Utility library for developing [DHIS2](http://www.dhis2.org) applications. | ||
Basic documentation can for now be found at [dhis2.github.io/d2-utilizr/](https://dhis2.github.io/d2-utilizr/). | ||
-- | ||
Basic documentation can for now be found at [dhis2.github.io/d2-utilizr/](https://dhis2.github.io/d2-utilizr/). |
@@ -20,2 +20,3 @@ import isEmpty from './isEmpty'; | ||
export {default as isNumeric} from './isNumeric'; | ||
export {default as isInteger} from './isInteger'; | ||
@@ -26,2 +27,3 @@ // Number functions | ||
export {default as numberIsFinite} from './numberIsFinite'; | ||
export {default as numberDecimals} from './numberDecimals'; | ||
@@ -28,0 +30,0 @@ // String functions |
@@ -24,2 +24,2 @@ import isEmpty from './isEmpty'; | ||
}, {}); | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
819
15
128151
12
44
816
1