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

Templ8

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Templ8 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json

@@ -13,3 +13,3 @@ {

"main" : "./Templ8.js",
"version" : "0.2.0",
"version" : "0.2.1",

@@ -16,0 +16,0 @@ "repository" : {

@@ -382,2 +382,5 @@ #!/usr/bin/env node

f = is_obj( a[a.length - 1] ) ? a.pop() : is_obj( a[0] ) ? a.shift() : null;
// take care of peeps who are too lazy or too ©ººL to use the "new" constructor...
if ( !( this instanceof TPL ) ) { return is_obj( f ) ? new TPL( a.join( '' ), f ) : new TPL( a.join( '' ) ); }

@@ -384,0 +387,0 @@ this.filters = f || {};

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