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.7.8 to 0.7.9

lib/IFBLANK.js

9

lib/index.js

@@ -268,2 +268,11 @@ 'use strict';

var _IFBLANK = require('./IFBLANK');
Object.defineProperty(exports, 'IFBLANK', {
enumerable: true,
get: function get() {
return _IFBLANK.IFBLANK;
}
});
var _IFERROR = require('./IFERROR');

@@ -270,0 +279,0 @@

2

package.json
{
"name": "functionfoundry",
"version": "0.7.8",
"version": "0.7.9",
"description": "Modern JavaScript inspired by spreadsheets",

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

@@ -30,2 +30,3 @@ export {ABS} from './ABS'

export {IF} from './IF'
export {IFBLANK} from './IFBLANK'
export {IFERROR} from './IFERROR'

@@ -32,0 +33,0 @@ export {IFNA} from './IFNA'

Sorry, the diff of this file is too big to display

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