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

checktype

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

checktype - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

5

index.js

@@ -47,4 +47,6 @@ /*

for(var i=0, item; item=value[i]; i++)
value.forEach(function(item, i)
{
checkType(type, key+'['+i+']', item);
})
};

@@ -156,2 +158,3 @@

checkType.checkArray = checkArray;
checkType.checkParams = checkParams;

@@ -158,0 +161,0 @@ checkType.ChecktypeError = ChecktypeError;

2

package.json
{
"name": "checktype",
"version": "0.0.6",
"version": "0.0.7",
"description": "Check the type of variables and parametes, also user defined",

@@ -5,0 +5,0 @@ "main": "index.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