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

@adminforth/foreign-inline-list

Package Overview
Dependencies
Maintainers
0
Versions
31
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.27 to 1.1.0

.woodpecker/buildRelease.sh

2

dist/index.js

@@ -44,3 +44,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

path: `/plugin/${this.pluginInstanceId}/start_bulk_action`,
handler: (_b) => __awaiter(this, [_b], void 0, function* ({ body, adminUser, tr }) {
handler: (_a) => __awaiter(this, [_a], void 0, function* ({ body, adminUser, tr }) {
const { resourceId, actionId, recordIds } = body;

@@ -47,0 +47,0 @@ const resource = this.adminforth.config.resources.find((res) => res.resourceId == resourceId);

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

@@ -13,4 +13,42 @@ "main": "dist/index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/devforth/adminforth-foreign-inline-list.git"
},
"author": "devforth",
"license": "ISC"
"keywords": [
"adminforth",
"list foreign items"
],
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.7",
"semantic-release": "^24.2.1",
"semantic-release-slack-bot": "^4.0.2",
"typescript": "^5.7.3"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"semantic-release-slack-bot",
{
"notifyOnSuccess": true,
"notifyOnFail": true,
"slackIcon": ":package:",
"markdownReleaseNotes": true
}
]
],
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
]
}
}

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