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.14 to 0.0.15

6

index.js

@@ -7,8 +7,2 @@ "use strict";

/**
* a-template.js v0.5.0 - Simple Template engine inspired by a-blog cms
* https://github.com/steelydylan/aTemplate.js
* MIT Licensed
* Copyright (C) 2015 steelydylan http://horicdesign.com
*/
var $ = require("zepto-browserify").$;

@@ -15,0 +9,0 @@ var objs = [];

2

package.json
{
"name": "a-template",
"version": "0.0.14",
"version": "0.0.15",
"author": "steelydylan",

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

@@ -1,7 +0,1 @@

/**
* a-template.js v0.5.0 - Simple Template engine inspired by a-blog cms
* https://github.com/steelydylan/aTemplate.js
* MIT Licensed
* Copyright (C) 2015 steelydylan http://horicdesign.com
*/
var $ = require("zepto-browserify").$;

@@ -454,4 +448,4 @@ var objs = [];

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

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

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