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

@lab009/magma-utils

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lab009/magma-utils - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

logic/ifElse.js

@@ -21,3 +21,4 @@ const execIfFunc = x => (typeof x === 'function' ? x() : x)

export default function ifElse(condition) {
return (then, or) => (execIfFunc(condition) ? execIfFunc(then) : execIfFunc(or))
return (then, or) =>
execIfFunc(condition) ? execIfFunc(then) : execIfFunc(or)
}
{
"name": "@lab009/magma-utils",
"version": "1.0.5",
"version": "1.0.6",
"description": "Utils for Magma.",

@@ -19,4 +19,4 @@ "repository": "lab009/magma",

"app-root-dir": "1.0.2",
"happypack": "3.0.3"
"happypack": "3.1.0"
}
}

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