Socket
Socket
Sign inDemoInstall

@withonevision/omnihive-core

Package Overview
Dependencies
Maintainers
4
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withonevision/omnihive-core - npm Package Compare versions

Comparing version 6.2.51 to 6.2.52

2

interfaces/IFileSystemWorker.d.ts

@@ -7,4 +7,2 @@ import { IHiveWorker } from "./IHiveWorker";

ensureFolderExists: (path: string) => void;
getCurrentExecutionDirectory: () => string;
getCurrentFileDirectory: () => string;
readFile: (path: string) => string;

@@ -11,0 +9,0 @@ readFileNamesFromDirectory: (path: string) => string[];

2

interfaces/IGraphBuildWorker.d.ts

@@ -6,4 +6,4 @@ import { GraphQLSchema } from "graphql";

export interface IGraphBuildWorker extends IHiveWorker {
buildDatabaseWorkerSchema: (databaseWorker: IDatabaseWorker, connectionSchema: ConnectionSchema | undefined) => string | GraphQLSchema | undefined;
buildDatabaseWorkerSchema: (databaseWorker: IDatabaseWorker, connectionSchema: ConnectionSchema | undefined) => Promise<string | GraphQLSchema | undefined>;
}
//# sourceMappingURL=IGraphBuildWorker.d.ts.map
{
"name": "@withonevision/omnihive-core",
"version": "6.2.51",
"version": "6.2.52",
"description": "OmniHive Core",

@@ -29,5 +29,7 @@ "license": "MIT",

"devDependencies": {
"@types/faker": "5.5.7",
"chai": "4.3.4",
"faker": "5.5.3",
"typescript": "4.2.4"
}
}

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