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

grunt-jasper

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jasper - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "grunt-jasper",
"version": "0.4.0",
"version": "0.4.1",
"description": "Grunt task to build and package jasper application",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jasperjs/grunt-jasper",

@@ -187,8 +187,22 @@ /*

}
else {
delete def.properties;
}
if (def.events) {
def.events = utils.splitStringBySpace(def.events);
} else {
delete def.events;
}
}
else if (def.attributes) {
def.attributes = utils.getJasperAttributes(def.attributes);
else {
if (def.attributes) {
def.attributes = utils.getJasperAttributes(def.attributes);
} else {
delete def.attributes;
}
delete def.properties;
delete def.events;
}

@@ -195,0 +209,0 @@

@@ -5,3 +5,5 @@ [

"type": "component",
"ctrl": "spa.core.components.SiteFooter"
"ctrl": "spa.core.components.SiteFooter",
"properties": "",
"events": ""
},

@@ -8,0 +10,0 @@ {

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