New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mock-block-dock

Package Overview
Dependencies
Maintainers
5
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-block-dock - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/cjs/data/entity-types.d.ts

2

dist/cjs/data/index.d.ts

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

import { MockData } from "../useMockDatastore";
import { MockData } from "../use-mock-datastore";
export declare const mockData: MockData;

@@ -5,11 +5,11 @@ "use strict";

var entities_1 = require("./entities");
var entityTypes_1 = require("./entityTypes");
var linkedAggregationDefinitions_1 = require("./linkedAggregationDefinitions");
var entity_types_1 = require("./entity-types");
var linked_aggregation_definitions_1 = require("./linked-aggregation-definitions");
var links_1 = require("./links");
exports.mockData = {
entities: entities_1.entities,
entityTypes: entityTypes_1.entityTypes,
entityTypes: entity_types_1.entityTypes,
links: links_1.links,
linkedAggregationDefinitions: linkedAggregationDefinitions_1.linkedAggregationDefinitions,
linkedAggregationDefinitions: linked_aggregation_definitions_1.linkedAggregationDefinitions,
};
//# sourceMappingURL=index.js.map

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

export { MockBlockDock } from "./MockBlockDock";
export { MockBlockDock } from "./mock-block-dock";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MockBlockDock = void 0;
var MockBlockDock_1 = require("./MockBlockDock");
Object.defineProperty(exports, "MockBlockDock", { enumerable: true, get: function () { return MockBlockDock_1.MockBlockDock; } });
var mock_block_dock_1 = require("./mock-block-dock");
Object.defineProperty(exports, "MockBlockDock", { enumerable: true, get: function () { return mock_block_dock_1.MockBlockDock; } });
//# sourceMappingURL=index.js.map

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

var item = (0, lodash_1.get)(entity, filterItem.field);
// @todo support non-string comparison
if (typeof item !== "string") {

@@ -68,0 +69,0 @@ return null;

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

import { MockData } from "../useMockDatastore";
import { MockData } from "../use-mock-datastore";
export declare const mockData: MockData;
import { entities } from "./entities";
import { entityTypes } from "./entityTypes";
import { linkedAggregationDefinitions } from "./linkedAggregationDefinitions";
import { entityTypes } from "./entity-types";
import { linkedAggregationDefinitions } from "./linked-aggregation-definitions";
import { links } from "./links";

@@ -5,0 +5,0 @@ export var mockData = {

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

export { MockBlockDock } from "./MockBlockDock";
export { MockBlockDock } from "./mock-block-dock";

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

export { MockBlockDock } from "./MockBlockDock";
export { MockBlockDock } from "./mock-block-dock";
//# sourceMappingURL=index.js.map

@@ -61,2 +61,3 @@ var __assign = (this && this.__assign) || function () {

var item = get(entity, filterItem.field);
// @todo support non-string comparison
if (typeof item !== "string") {

@@ -63,0 +64,0 @@ return null;

{
"name": "mock-block-dock",
"version": "0.0.9",
"version": "0.0.10",
"description": "A mock embedding application for Block Protocol blocks",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"blockprotocol": "0.0.9",
"blockprotocol": "0.0.10",
"lodash": "^4.17.21",

@@ -41,0 +41,0 @@ "uuid": "^8.3.2"

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

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