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.9.25 to 0.9.26

6

bin/Templ8.js

@@ -31,3 +31,7 @@ #!/usr/bin/env node

return m8.format( "new Templ8( m8.copy( { id : \'${0}\', sourceURL : \'${1}\' }, config ), '${2}' );", id, src, str );
src = src.split( '/' );
if ( src.length > 2 )
src = src.slice( src.length - 2 );
return m8.format( "new Templ8( m8.copy( { id : \'${0}\', sourceURL : \'${1}\' }, config ), '${2}' );", id, src.join( '/' ), str );
}

@@ -34,0 +38,0 @@

2

package.json

@@ -36,3 +36,3 @@ {

},
"version" : "0.9.25"
"version" : "0.9.26"
}
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