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.9 to 1.0.10

5

index.ts

@@ -23,3 +23,8 @@

instanceUniqueRepresentation(pluginOptions: any) : string {
return `${this.options.foreignResourceId}`;
}
setupEndpoints(server: IHttpServer) {
process.env.HEAVY_DEBUG && console.log(`🪲 ForeignInlineListPlugin.setupEndpoints, registering: '/plugin/${this.pluginInstanceId}/get_resource'`);
server.endpoint({

@@ -26,0 +31,0 @@ method: 'POST',

4

package.json
{
"name": "@adminforth/foreign-inline-list",
"version": "1.0.9",
"version": "1.0.10",
"description": "AdminForth plugin for adding list of children items to the parent item show page",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"rollout": "tsc && cp -rf custom dist/ && npm version patch && npm publish --access public",
"postinstall": "npm link adminforth"
"prepare": "npm link adminforth"
},

@@ -14,0 +14,0 @@ "author": "devforth",

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