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

ampersand-virtual-dom-mixin

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-virtual-dom-mixin - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

mixin.js

@@ -13,2 +13,3 @@ var parse = require('html-parse-stringify').parse;

},
renderOnModelChange: function () {

@@ -19,3 +20,4 @@ if (this.model) {

},
renderWithTemplate: function () {
renderWithTemplate: function (spec) {
var firstRender = !this.tree || !this.el;

@@ -27,3 +29,3 @@ var renderedTemplate, newTree;

} else {
renderedTemplate = this.template(this);
renderedTemplate = this.template(spec || this);
}

@@ -45,3 +47,3 @@

},
tovdom: function (ast) {

@@ -48,0 +50,0 @@ if (ast.type === 'text') {

{
"name": "ampersand-virtual-dom-mixin",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {

@@ -5,0 +5,0 @@ "amp-is-string": "^1.0.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