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

scrat-swig

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrat-swig - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

6

index.js
var swig = require('swig')
;['body', 'head', 'html', 'pagelet', 'require', 'script', 'uri'].forEach(function(tag){
;[
'body', 'head', 'html',
'pagelet', 'require',
'script', 'uri', 'title'
].forEach(function(tag){
var t = require('./tags/' + tag);

@@ -4,0 +8,0 @@ swig.setTag(tag, t.parse, t.compile, t.ends, t.blockLevel || false);

2

package.json
{
"name": "scrat-swig",
"version": "0.0.16",
"version": "0.0.17",
"description": "Extensions of swig for scrat",

@@ -5,0 +5,0 @@ "main": "index.js",

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