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

@haibun/core

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haibun/core - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

2

build/lib/test/TestSteps.d.ts

@@ -20,3 +20,3 @@ import { TNamed, AStepper } from '../defs';

match: RegExp;
action: ({ param }: TNamed) => Promise<import("../defs").TNotOKActionResult | import("../defs").TOKActionResult>;
action: ({ param }: TNamed) => Promise<import("../defs").TOKActionResult | import("../defs").TNotOKActionResult>;
};

@@ -23,0 +23,0 @@ throws: {

@@ -13,3 +13,3 @@ import { Context } from '../lib/contexts';

}>;
isSet(what: string, orCond: string): import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult;
isSet(what: string, orCond: string): import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult;
steps: {

@@ -48,8 +48,8 @@ concat: {

gwta: string;
action: ({ what, value }: TNamed) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>;
action: ({ what, value }: TNamed) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>;
};
isSet: {
gwta: string;
action: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>;
build: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>;
action: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>;
build: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>;
};

@@ -56,0 +56,0 @@ background: {

{
"name": "@haibun/core",
"version": "1.8.4",
"version": "1.8.5",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

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