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.53 to 1.1.54

2

lib/environment.js

@@ -34,2 +34,3 @@ "use strict";

const branch_doer_1 = require("./doers/branch-doer");
const flush_cache_doer_1 = require("./doers/flush-cache-doer");
/**

@@ -85,2 +86,3 @@ * The Environment class is the core of a `low` system.

BranchDoer: new branch_doer_1.BranchDoer(),
FlushCacheDoer: new flush_cache_doer_1.FlushCacheDoer(),
};

@@ -87,0 +89,0 @@ this.loggers = {

4

package.json
{
"name": "low",
"version": "1.1.53",
"version": "1.1.54",
"description": "a templating driven low-code framework for rapid systems development",

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

},
"gitHead": "114a29c3b1a6d4b8c2224cd335256fdeabc86815",
"gitHead": "cbeb462638b8c17fdbc3a945346a466c6b341123",
"devDependencies": {

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

@@ -18,2 +18,3 @@ import * as Crypto from 'crypto';

import { BranchDoer } from './doers/branch-doer';
import { FlushCacheDoer } from './doers/flush-cache-doer';

@@ -73,2 +74,3 @@ /**

BranchDoer: new BranchDoer(),
FlushCacheDoer: new FlushCacheDoer(),
};

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