New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chrono-forge

Package Overview
Dependencies
Maintainers
0
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrono-forge - npm Package Compare versions

Comparing version 0.4.9 to 0.5.0

5

dist/workflows/Workflow.js

@@ -319,3 +319,5 @@ "use strict";

else {
await this.executeSteps();
if (!this.isInTerminalState()) {
await this.executeSteps();
}
if (this.isInTerminalState()) {

@@ -331,3 +333,2 @@ return this.status !== 'errored' ? resolve(this.result) : reject(this.result);

this.pendingUpdate = false;
await this.emitAsync('ready');
}

@@ -334,0 +335,0 @@ }

2

package.json
{
"name": "chrono-forge",
"version": "0.4.9",
"version": "0.5.0",
"description": "A powerful framework for temporal workflows, state management, and streaming activities, designed for seamless developer experience.",

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

Sorry, the diff of this file is not supported yet

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