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

@sap-ux/fe-fpm-writer

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/fe-fpm-writer - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

14

package.json
{
"name": "@sap-ux/fe-fpm-writer",
"description": "SAP Fiori elements flexible programming model writer",
"version": "0.6.1",
"version": "0.6.2",
"repository": {

@@ -29,7 +29,10 @@ "type": "git",

"@types/ejs": "3.1.0",
"@sap-ux/ui5-config": "0.13.2"
"@types/semver": "7.3.9",
"@types/mem-fs-editor": "7.0.1",
"@types/mem-fs": "1.1.2",
"@sap-ux/ui5-config": "0.13.3"
},
"engines": {
"pnpm": ">=6.26.1",
"node": ">=12.22.5 < 13.0.0 || >= 14.16.0 < 15.0.0 || >=16.1.0 < 17.0.0"
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0",
"node": ">=12.22.5 < 13.0.0 || >= 14.16.0 < 15.0.0 || >=16.1.0 < 17.0.0 || >=18.0.0 < 19.0.0"
},

@@ -44,4 +47,3 @@ "scripts": {

"watch": "tsc --watch"
},
"readme": "# @sap-ux/fe-fpm-writer\n\nGenerates elements defined in the Fiori elements for OData v4 flexible programming model into Fiori elements applications\n\n\n## Installation\nNpm\n`npm install --save @sap-ux/fe-fpm-writer`\n\nYarn\n`yarn add @sap-ux/fe-fpm-writer`\n\nPnpm\n`pnpm add @sap-ux/fe-fpm-writer`\n\n## Usage\n```Typescript\nimport { generate } from '@sap-ux/fe-fpm-writer';\nimport { join } from 'path';\n\nconst projectDir = join(__dirname, 'test/test-input/basic-lrop');\nconst fs = await generateCustomPage(\n targetPath,\n {\n name: 'MyCustomPage',\n entity: 'Booking',\n navigation: {\n sourceEntity: 'Travel',\n sourcePage: 'TravelObjectPage',\n navEntity: '_Booking'\n }\n});\n\nfs.commit();\n\n```\nSee more complex example in [`/test/integration/index.test.ts`](./test/integration/index.test.ts)\n## Keywords\nSAP Fiori elements\n"
}
}
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