@nexssp/data
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -11,2 +11,3 @@ const stream = require('stream') | ||
function: () => [() => {}, function () {}, () => 'somestring'], | ||
asyncfunction: () => [async () => {}, async function () {}], | ||
null: () => [null], | ||
@@ -13,0 +14,0 @@ map: () => [ |
{ | ||
"name": "@nexssp/data", | ||
"main": "lib/data.js", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Checking and comparing datatypes", | ||
@@ -36,7 +36,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@nexssp/logdebug": "^1.0.16" | ||
"@nexssp/logdebug": "^1.0.18" | ||
}, | ||
"devDependencies": { | ||
"@nexssp/test": "^1.1.2" | ||
"@nexssp/test": "^1.1.7" | ||
} | ||
} |
@@ -48,2 +48,3 @@ # @nexssp/data | ||
function: () => [() => {}, function () {}, () => 'somestring'], | ||
asyncfunction: () => [async () => {}, async function () {}], | ||
null: () => [null], | ||
@@ -77,5 +78,6 @@ map: () => [ | ||
dir: () => [path.resolve(`lib`)], | ||
url: () => ['https://abc.com', 'http://abc.com'], | ||
url: () => ['https://abc.ce', 'https://abc.de'], | ||
json: () => ['{"x":1}', '{"val":{"nested":5}}'], | ||
regexp: () => [new RegExp(/x/)], | ||
} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18103
260
82
Updated@nexssp/logdebug@^1.0.18