You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

pug-load

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

test/script.js

5

HISTORY.md

@@ -0,1 +1,6 @@

2.0.1 / 2016-08-23
==================
* Update to pug-walk@^1.0.0
2.0.0 / 2016-05-14

@@ -2,0 +7,0 @@ ==================

8

package.json
{
"name": "pug-load",
"version": "2.0.0",
"description": "The pug loader is responsible for loading the depenendencies of a given pug file.",
"version": "2.0.1",
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"keywords": [

@@ -9,3 +9,3 @@ "pug"

"dependencies": {
"pug-walk": "0.0.3"
"pug-walk": "^1.0.0"
},

@@ -25,2 +25,2 @@ "devDependencies": {

"license": "MIT"
}
}

@@ -89,2 +89,33 @@ {

}
},
{
"type": "Tag",
"name": "script",
"selfClosing": false,
"block": {
"type": "Block",
"nodes": [
{
"type": "RawInclude",
"file": {
"type": "FileReference",
"line": 6,
"filename": "<dirname>/foo.pug",
"path": "script.js",
"fullPath": "<dirname>/script.js",
"str": "document.write('hello world!');\n"
},
"line": 6,
"filename": "<dirname>/foo.pug",
"filters": []
}
],
"line": 5,
"filename": "<dirname>/foo.pug"
},
"attrs": [],
"attributeBlocks": [],
"isInline": false,
"line": 5,
"filename": "<dirname>/foo.pug"
}

@@ -91,0 +122,0 @@ ],

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc