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

validate.io-object

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate.io-object - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

28

lib/index.js

@@ -1,29 +0,1 @@

/**
*
* VALIDATE: object
*
*
* DESCRIPTION:
* - Validates if a value is a JavaScript object.
*
*
* NOTES:
* [1]
*
*
* TODO:
* [1]
*
*
* LICENSE:
* MIT
*
* Copyright (c) 2014. Athan Reines.
*
*
* AUTHOR:
* Athan Reines. kgryte@gmail.com. 2014.
*
*/
'use strict';

@@ -30,0 +2,0 @@

15

package.json
{
"name": "validate.io-object",
"version": "1.0.3",
"version": "1.0.4",
"description": "Validates if a value is a JavaScript object.",

@@ -44,15 +44,10 @@ "author": {

"devDependencies": {
"chai": "1.x.x",
"chai": "2.x.x",
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"mocha": "1.x.x",
"jshint": "^2.5.10",
"mocha": "2.x.x",
"jshint": "2.x.x",
"jshint-stylish": "^1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
"license": "MIT"
}

@@ -95,3 +95,3 @@ Object

Copyright © 2014. Athan Reines.
Copyright © 2014-2015. Athan Reines.

@@ -98,0 +98,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