Socket
Socket
Sign inDemoInstall

@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.0.4 to 1.0.5

2

build/lib/namedVars.js

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

const val = world.options.env[namedValue];
console.log('v', val);
if (val === undefined) {

@@ -111,3 +110,2 @@ throw Error(`no env value for "${namedValue}" from ${JSON.stringify({ shared, type })}`);

}
console.log('ww', val[index], index);
world.options[`_index_${namedValue}`] = index;

@@ -114,0 +112,0 @@ namedFromVars[name] = val[index];

2

package.json
{
"name": "@haibun/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

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

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