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

bf-lib

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bf-lib - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

common/DataGenerators.d.ts

@@ -45,3 +45,3 @@ import { DomainModuleLink, IModuleAssociation, IModuleLink, IRelatedModule, ISearchFilter, ModuleProperty, SearchFilterValuePrimitives, SearchFilterValueType, UUID } from 'bf-types';

*/
export declare function placeholderModuleLink(): IModuleLink;
export declare function placeholderModuleLink(moduleId?: string): IModuleLink;
/**

@@ -48,0 +48,0 @@ * Creates a new related module with an empty string for each field

@@ -70,4 +70,4 @@ "use strict";

*/
function placeholderModuleLink() {
return { module_name: 'PLACEHOLDER', module_id: '' };
function placeholderModuleLink(moduleId = '') {
return { module_name: 'PLACEHOLDER', module_id: moduleId };
}

@@ -74,0 +74,0 @@ exports.placeholderModuleLink = placeholderModuleLink;

{
"name": "bf-lib",
"version": "1.2.2",
"version": "1.2.3",
"private": false,

@@ -5,0 +5,0 @@ "description": "the standard client library for block-5 services",

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