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

d2-utilizr

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-utilizr - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

.nyc_output/5c45eb024547687f4f6a31c207158f45.json

7

package.json
{
"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';

}, {});
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc