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.11 to 0.0.13

2

index.js

@@ -6,3 +6,3 @@ var swig = require('swig')

})
swig.Swig.prototype.Resource = require('./lib/resource.js')
swig.Resource = swig.Swig.prototype.Resource = require('./lib/resource.js')
module.exports = swig

@@ -91,3 +91,3 @@ 'use strict'

*/
Resource.prototype.uri = function(uri){
Resource.prototype.processURI = function(uri){
return uri

@@ -133,3 +133,3 @@ }

}
this._collect[res.type].push(this.uri(res.uri))
this._collect[res.type].push(this.processURI(res.uri))
return res

@@ -136,0 +136,0 @@ }

{
"name": "scrat-swig",
"version": "0.0.11",
"version": "0.0.13",
"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