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.20 to 1.1.21

4

lib/module.js

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

return __awaiter(this, void 0, void 0, function* () {
env.debug(null, this.moduleType, `Initialising`);
env.info(null, this.moduleType, `Initialising`);
if (this._ready) {

@@ -56,3 +56,3 @@ env.warn(null, this.moduleType, 'Module already initialised. Destroying and re-initialising');

this._ready = true;
env.debug(null, this.moduleType, `Module ready`);
env.info(null, this.moduleType, `Module ready`);
});

@@ -59,0 +59,0 @@ }

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

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

},
"gitHead": "ed5c95baf12886be1a044b9a8dc29bd2ce27a2c6",
"gitHead": "6f286107edc13a9ffc9b7434cd77b11bcdc1be00",
"devDependencies": {

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

@@ -38,3 +38,3 @@ import { Environment } from './environment';

async init(env: Environment): Promise<void> {
env.debug(null, this.moduleType, `Initialising`);
env.info(null, this.moduleType, `Initialising`);

@@ -58,3 +58,3 @@ if (this._ready) {

env.debug(null, this.moduleType, `Module ready`);
env.info(null, this.moduleType, `Module ready`);
}

@@ -61,0 +61,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