You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@haibun/core

Package Overview
Dependencies
Maintainers
1
Versions
220
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

to
1.2.0

2

build/lib/contexts.d.ts

@@ -11,3 +11,3 @@ import { TTag, WorkspaceBuilder } from './defs';

toString(): string;
set(name: string, value: string | boolean): void;
set(name: string, value: string | boolean | object): void;
get(name: string): any;

@@ -14,0 +14,0 @@ concat(name: string, value: any): void;

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

catch (error) {
console.log('moomoo');
return { result: { ok: false, tag, failure: { stage: 'Expand', error: { message: error.message, details: error } } } };

@@ -45,0 +46,0 @@ }

@@ -18,2 +18,6 @@ "use strict";

this.steps = {
concat: {
gwta: 'concat {p1} and {p2} as {what}',
action: ({ p1, p2, what }, vstep) => this.set({ what, value: `${p1}${p2}` }, vstep)
},
set: {

@@ -53,3 +57,3 @@ gwta: 'set( empty)? {what: string} to {value: string}',

action: async ({ what }) => {
this.world.logger.log(`is ${what}`);
this.world.logger.log(`is ${JSON.stringify(what)}`);
return defs_1.OK;

@@ -56,0 +60,0 @@ },

{
"name": "@haibun/core",
"version": "1.1.1",
"version": "1.2.0",
"description": "",

@@ -41,6 +41,3 @@ "author": "",

"version": "npm run format && git add -A src"
},
"dependencies": {
"node-notifier": "^10.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet