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

flowbject

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbject - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

dist/states/Parallel.d.ts
import { State } from './State';
import { PathField, NextField } from '../fields/index';
import { PathField, ResultPathField, NextField } from '../fields/index';
export declare class ParallelBranch {

@@ -17,2 +17,3 @@ private startAt;

path: PathField<Parallel>;
resultPath: ResultPathField<Parallel>;
constructor(name: string);

@@ -19,0 +20,0 @@ addBranch(branch?: ParallelBranch): ParallelBranch;

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

_this.path = new index_1.PathField(_this);
_this.resultPath = new index_1.ResultPathField(_this);
return _this;

@@ -52,0 +53,0 @@ }

{
"name": "flowbject",
"version": "1.1.1",
"version": "1.1.2",
"description": "Flowbject is a library that allows you to describe state machines with objects.",

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

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