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

@haibun/core

Package Overview
Dependencies
Maintainers
0
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.40.8 to 1.40.9

2

build/currentVersion.d.ts

@@ -1,2 +0,2 @@

export declare const currentVersion = "1.40.8";
export declare const currentVersion = "1.40.9";
//# sourceMappingURL=currentVersion.d.ts.map

@@ -1,1 +0,2 @@

export const currentVersion = '1.40.8';
export const currentVersion = '1.40.9';
//# sourceMappingURL=currentVersion.js.map
import { describe, it, expect } from 'vitest';
import * as TFileSystemJs from './workspace-lib.js';
describe('workspace', () => {
// FIXME depends on where test is being run from
it('finds workspace root', async () => {
console.log('\n\n', TFileSystemJs.workspaceRoot);
expect(TFileSystemJs.workspaceRoot.endsWith('/haibun')).toBeTruthy();

@@ -8,0 +6,0 @@ });

@@ -25,3 +25,3 @@ import { it, expect, describe } from 'vitest';

});
it.skip('is not set', async () => {
it('is not set', async () => {
const { world, vstep, steppers } = await getTestEnv(['vars'], '"x 1" is set', { ...getDefaultWorld(0).world });

@@ -28,0 +28,0 @@ const res = await FeatureExecutor.doFeatureStep(steppers, vstep, world);

{
"name": "@haibun/core",
"type": "module",
"version": "1.40.8",
"version": "1.40.9",
"description": "",

@@ -6,0 +6,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