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.3 to 0.0.4

5

index.js

@@ -66,3 +66,3 @@ /*

if(!Number.isInteger(value))
throw ChecktypeError(key, Integer, value);
throw ChecktypeError(key, 'Integer', value);
};

@@ -160,3 +160,4 @@

checkType.checkParams = checkParams;
checkType.checkParams = checkParams;
checkType.ChecktypeError = ChecktypeError;

@@ -163,0 +164,0 @@

2

package.json
{
"name": "checktype",
"version": "0.0.3",
"version": "0.0.4",
"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