Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pug-walk

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pug-walk - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

coverage/coverage.json

1

index.js

@@ -64,3 +64,2 @@ 'use strict';

case 'Doctype':
case 'Literal':
case 'MixinBlock':

@@ -67,0 +66,0 @@ case 'YieldBlock':

{
"name": "pug-walk",
"version": "0.0.3",
"version": "0.0.4",
"description": "Walk and transform a pug AST",

@@ -10,2 +10,3 @@ "keywords": [

"devDependencies": {
"istanbul": "*",
"pug-lexer": "^1.0.0",

@@ -15,3 +16,4 @@ "pug-parser": "^1.0.0"

"scripts": {
"test": "node test"
"test": "node test",
"coverage": "istanbul cover test.js"
},

@@ -18,0 +20,0 @@ "repository": {

@@ -6,4 +6,5 @@ # pug-walk

[![Build Status](https://img.shields.io/travis/pugjs/pug-walk/master.svg)](https://travis-ci.org/pugjs/pug-walk)
[![Dependency Status](https://img.shields.io/gemnasium/pugjs/pug-walk.svg)](https://gemnasium.com/pugjs/pug-walk)
[![NPM version](https://img.shields.io/npm/v/pug-walk.svg)](https://www.npmjs.org/package/pug-walk)
[![Dependency Status](https://img.shields.io/david/pugjs/pug-walk.svg)](https://david-dm.org/pugjs/pug-walk)
[![npm version](https://img.shields.io/npm/v/pug-walk.svg)](https://www.npmjs.org/package/pug-walk)
[![Coverage Status](https://img.shields.io/codecov/c/github/pugjs/pug-walk/master.svg)](https://codecov.io/gh/pugjs/pug-walk/branch/master)

@@ -10,0 +11,0 @@ ## Installation

Sorry, the diff of this file is not supported yet

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