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

cumulocity-hellowidget-plugin

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cumulocity-hellowidget-plugin - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

plugins/__temp_hellowidgetapp.zip

12

cumulocity.json
{
"contextPath": "hellowidgetapp",
"key": "hellowidgetapp-application-key",
"name": "Hello widget application",
"availability": "PRIVATE",
"contextPath": "hellowidgetapp",
"key": "hellowidgetapp-application-key",
"resourcesUrl": "https://cdn.rawgit.com/dwiyatci/cumulocity-hellowidget-plugin/master/build",
"resourcesUrl": "/",
"type": "HOSTED",
"tabsHorizontal": true,
"imports": [

@@ -52,3 +51,6 @@ "core/c8yBranding",

],
"noAppSwitcher": false
"noAppSwitcher": false,
"options": {
"tabsHorizontal": true
}
}
{
"name": "cumulocity-hellowidget-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "A demo app for showcasing creation of a custom Cumulocity UI widget plugin",

@@ -27,5 +27,7 @@ "keywords": [

"build": "npm run clean && c8y build:app",
"deploy:easy": "npm run clean:tmp && c8y deploy:target target.json",
"deploy:fast": "npm run deploy -- -p build/hellowidgetapp.zip",
"deploy": "npm run clean:tmp && c8y deploy:app",
"clean": "rimraf build",
"deploy:fast": "npm run deploy -- -p build/hellowidgetapp.zip",
"deploy": "c8y deploy:app"
"clean:tmp": "rimraf _build_for_deploy"
},

@@ -32,0 +34,0 @@ "devDependencies": {

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