Comparing version 0.0.3 to 0.0.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67825
18
514
39
3
2