@cobalt-engine/component-template
Advanced tools
+1
-1
| { | ||
| "name": "component-template", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+6
-1
@@ -7,3 +7,8 @@ var createComponent = require('component').createComponent, | ||
| constructor: <%= constructorName %>, | ||
| localizationTemplate: resolve('i18n/{lang}.json') | ||
| localizationTemplate: resolve('i18n/{lang}.json'), | ||
| localExtensions: { | ||
| components: { | ||
| } | ||
| } | ||
| }); |
+1
-1
| { | ||
| "name": "@cobalt-engine/component-template", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,2 +8,6 @@ import { Component } from 'component'; | ||
| ready(view) { | ||
| } | ||
| get defaults() { | ||
@@ -15,9 +19,17 @@ return { | ||
| template() { | ||
| return require('../template.html'); | ||
| refresh(prop) { | ||
| } | ||
| refresh() { | ||
| activate(targetEl) { | ||
| } | ||
| deactivate(targetEl) { | ||
| } | ||
| template() { | ||
| return require('../template.html'); | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13260
0.61%156
8.33%14
-6.67%1
Infinity%