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

tplify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tplify - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/view.js

@@ -18,3 +18,2 @@ 'use strict';

this._template = template;
this._attachTemplate();
}

@@ -50,2 +49,3 @@

this._region = region;
this._attachTemplate();
this._moveDomChildrenToRegion();

@@ -52,0 +52,0 @@ this._tryUpdatePropertiesData();

{
"version": "0.0.4",
"version": "0.0.5",
"name": "tplify",

@@ -4,0 +4,0 @@ "description": "A simple html template compiler plugin for Browserify",

@@ -6,3 +6,2 @@ export default class View {

this._template = template;
this._attachTemplate();
}

@@ -33,2 +32,3 @@

this._region = region;
this._attachTemplate();
this._moveDomChildrenToRegion();

@@ -35,0 +35,0 @@ this._tryUpdatePropertiesData();

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