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

low

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

low - npm Package Compare versions

Comparing version 1.1.86 to 1.1.87

2

lib/doers/js-doer.js

@@ -23,3 +23,3 @@ "use strict";

this.moduleErrors = {};
this.hasModule = (name) => typeof this.modules[name] === 'function';
this.hasModule = (name) => !!this.modules[name];
}

@@ -26,0 +26,0 @@ setup() {

{
"name": "low",
"version": "1.1.86",
"version": "1.1.87",
"description": "a templating driven low-code framework for rapid systems development",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "b7969ac51fe4aab713eccbd89ea6822549168b15",
"gitHead": "624e363d46e725f63fd1e28bebfe25ac2d153d0f",
"devDependencies": {

@@ -28,0 +28,0 @@ "@types/jest": "^24.9.0",

@@ -21,3 +21,3 @@ import Module from 'module';

hasModule = (name: string) => typeof this.modules[name] === 'function';
hasModule = (name: string) => !!this.modules[name];

@@ -24,0 +24,0 @@ getOrSetModule(name: string, code?: string) {

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