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

@adminforth/foreign-inline-list

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminforth/foreign-inline-list - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/index.js

4

index.ts

@@ -5,5 +5,7 @@

IAdminForth,
IHttpServer,
} from "adminforth";
import { AdminForthPlugin, AdminForthResourcePages, IHttpServer } from "adminforth";
import { AdminForthPlugin, AdminForthResourcePages } from "adminforth";
import { PluginOptions } from "./types.js";

@@ -10,0 +12,0 @@

{
"name": "@adminforth/foreign-inline-list",
"version": "1.0.5",
"version": "1.0.6",
"description": "AdminForth plugin for adding list of children items to the parent item show page",

@@ -9,9 +9,7 @@ "main": "dist/index.js",

"scripts": {
"build": "tsc",
"rollout": "tsc && cp -rf custom dist/ && npm version patch && npm publish --access public"
},
"author": "devforth",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.11"
}
"license": "ISC"
}
import { AdminForthResource } from '../../types/AdminForthConfig.js';
import { AdminForthResource } from 'adminforth';

@@ -4,0 +4,0 @@ export type PluginOptions = {

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