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

a-template

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-template - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

build/a-template.min.js

@@ -8,3 +8,3 @@ /**

* author: steelydylan
* version: 0.0.9
* version: 0.0.11
*

@@ -11,0 +11,0 @@ * zepto-browserify:

@@ -485,4 +485,4 @@ "use strict";

var renderWay = txt || "html";
if (this.method && this.method.beforeUpdated) {
this.applyMethod("beforeUpdated");
if (this.beforeUpdated) {
this.beforeUpdated();
}

@@ -489,0 +489,0 @@ for (var i = 0, n = templates.length; i < n; i++) {

{
"name": "a-template",
"version": "0.0.11",
"version": "0.0.12",
"author": "steelydylan",

@@ -5,0 +5,0 @@ "description": "Simple Template Engine",

Sorry, the diff of this file is too big to display

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