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

intertype

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intertype - npm Package Compare versions

Comparing version 0.102.0 to 0.102.1

6

lib/main.js

@@ -132,6 +132,10 @@ (function() {

/* TAINT code below never used? */
if (method_name === '_create' || method_name === '_cast') {
if (method_name === '_create') {
f = H.nameit(key, function(cfg = null) {
return self[self.state.method](key, cfg);
});
} else if (method_name === '_cast') {
f = H.nameit(key, function(...P) {
return self[self.state.method](key, ...P);
});
} else {

@@ -138,0 +142,0 @@ f = H.nameit(key, function(...P) {

2

package.json
{
"name": "intertype",
"version": "0.102.0",
"version": "0.102.1",
"description": "A JavaScript typechecker",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

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