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

backstage-plugin-algolia-common

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backstage-plugin-algolia-common - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

28

dist/index.d.ts

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

import { CompoundEntityRef } from '@backstage/catalog-model';
interface IndexObject {

@@ -7,25 +5,5 @@ source: string;

text: string;
location: string;
path: string;
section: boolean;
summary?: string;
topics?: string[];
entity?: {
kind: string;
namespace: string;
name: string;
title?: string;
type?: string;
lifecycle?: string;
owner?: string;
ownerRef?: CompoundEntityRef;
parent?: string;
parentRef?: CompoundEntityRef;
domain?: string;
domainRef?: CompoundEntityRef;
system?: string;
systemRef?: CompoundEntityRef;
memberOf?: string[];
memberOfRefs?: CompoundEntityRef[];
};
url: string;
keywords: string[];
data?: object;
}

@@ -32,0 +10,0 @@ interface IndexObjectWithIdAndTimestamp extends IndexObject {

2

package.json
{
"name": "backstage-plugin-algolia-common",
"description": "Common functionality for backstage-algolia plugins",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.cjs.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

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