Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isa.js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isa.js - npm Package Compare versions

Comparing version 1.6.1 to 1.7.5

3

.eslintrc.json

@@ -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

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