Comparing version 1.6.1 to 1.7.5
@@ -13,3 +13,4 @@ { | ||
"node": true, | ||
"mongo": true | ||
"mongo": true, | ||
"mocha": true | ||
}, | ||
@@ -16,0 +17,0 @@ "rules": { |
{ | ||
"name": "isa.js", | ||
"version": "1.6.1", | ||
"version": "1.7.5", | ||
"description": "Very minimal collection is isA functions. isObject, isArray, isDate...", | ||
@@ -24,16 +24,15 @@ "homepage": "https://github.com/imrefazekas/isa", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^2.0.0", | ||
"gulp-load-plugins": "^1.2.0", | ||
"gulp-mocha": "^2.2.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^1.5.2" | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-load-plugins": "^1.2.4", | ||
"gulp-mocha": "^3.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"dependencies": {}, | ||
"browser": { | ||
"fs": false, | ||
"child_process": false | ||
}, | ||
"browser": { | ||
"fs": false, | ||
"child_process": false | ||
}, | ||
"engines": { | ||
@@ -40,0 +39,0 @@ "node": ">= 4.0.0" |
@@ -34,2 +34,7 @@ 'use strict' | ||
}) | ||
it('Plan', function (done) { | ||
let p = { data: 'hello' } | ||
expect( _.isPlainObject( p ) ).to.be.true | ||
done() | ||
}) | ||
}) | ||
@@ -36,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
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
10016
239