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.0.1 to 1.1.0

build/helloapp_hellowidget.zip

8

cumulocity.json
{
"name": "Hello world application",
"name": "Hello widget application",
"availability": "PRIVATE",
"contextPath": "helloapp",
"key": "helloapp-appkey",
"contextPath": "hellowidgetapp",
"key": "hellowidgetapp-application-key",
"resourcesUrl": "https://cdn.rawgit.com/dwiyatci/cumulocity-hellowidget-plugin/master/build",

@@ -50,5 +50,5 @@ "type": "HOSTED",

"helloapp/hellowidget"
"hellowidgetapp/hellowidget"
],
"noAppSwitcher": false
}
{
"name": "cumulocity-hellowidget-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "A demo app for showcasing creation of a custom Cumulocity UI widget plugin",

@@ -23,26 +23,15 @@ "keywords": [

"scripts": {
"install:clean": "rimraf node_modules && npm i",
"start": "grunt server",
"smartlyRegisterApp": "npm run reregisterApp || (npm run registerApp:noImports && npm run reregisterApp)",
"reregisterApp": "npm run registerAllPlugin && npm run registerApp",
"registerAllPlugin": "grunt pluginRegisterAll",
"registerApp": "grunt appRegister",
"registerApp:noImports": "grunt appRegister:noImports",
"build": "npm run clean && grunt build",
"zip:hellowidget": "npm run build:hellowidget && rimraf hellowidget.zip && zip -r -j hellowidget.zip build/hellowidget",
"build:hellowidget": "npm run clean && grunt pluginBuild:hellowidget && cp plugins/hellowidget/cumulocity.json build/hellowidget && rimraf .tmp",
"clean": "rimraf build"
"preinstall:clean": "(npm up -g rimraf && rimraf -h || npm i -g rimraf) && (npm up -g yarn && yarn -h || npm i -g yarn)",
"install:clean": "rimraf node_modules && yarn install && c8y install",
"start": "c8y server -u https://glenn.cumulocity.com -k",
"build": "npm run clean && c8y build:plugin hellowidget",
"clean": "rimraf build",
"deploy": "c8y deploy:app"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-angular-templates": "0.5.5",
"grunt-cumulocity-ui-tasks": "1.1.4"
"cumulocity-tools": "2.0.8"
},
"dependencies": {
"cumulocity-ui-build": "http://resources.cumulocity.com/webapps/ui/7.37.0.tar.gz"
}
}

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