New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

functionfoundry

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functionfoundry - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

4

lib/VLOOKUP.js

@@ -14,2 +14,4 @@ 'use strict';

var _ISERROR = require('./ISERROR');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -19,3 +21,3 @@

if (ISERROR(needle) || (0, _ISBLANK.ISBLANK)(needle)) {
if ((0, _ISERROR.ISERROR)(needle) || (0, _ISBLANK.ISBLANK)(needle)) {
return needle;

@@ -22,0 +24,0 @@ }

{
"name": "functionfoundry",
"version": "0.6.9",
"version": "0.6.10",
"description": "Functions inspired by the spreadsheets",

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

import error from './ERROR';
import {ISBLANK} from './ISBLANK';
import {ISERROR} from './ISERROR';

@@ -4,0 +5,0 @@ export function VLOOKUP(needle, table, index, exactmatch) {

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