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

checkit

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkit - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

bower.json
{
"name": "checkit",
"version": "0.1.4",
"version": "0.1.5",
"main": "checkit.js",

@@ -5,0 +5,0 @@ "ignore": [

@@ -332,2 +332,3 @@ // CheckIt.js 0.1.0

CheckIt.Error = function(instance) {
Error.call(this, 'Validation Error');
this.checkit = instance;

@@ -339,4 +340,4 @@ this.language = CheckIt.i18n[instance.language] || CheckIt.i18n['en'];

var ctor = function(){};
ctor.prototype = new Error;
CheckIt.Error.prototype = ctor.prototype;
ctor.prototype = Error.prototype;
CheckIt.Error.prototype = new ctor;

@@ -343,0 +344,0 @@ _.extend(CheckIt.Error.prototype, {

{
"name": "checkit",
"version": "0.1.4",
"version": "0.1.5",
"description": "Simple validations for node and the browser.",

@@ -5,0 +5,0 @@ "main": "checkit.js",

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