Socket
Socket
Sign inDemoInstall

pug-strip-comments

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pug-strip-comments - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "pug-strip-comments",
"version": "1.0.2",
"version": "1.0.3",
"description": "Strip comments from a Pug token stream (from the lexer)",

@@ -5,0 +5,0 @@ "keywords": [

@@ -42,3 +42,3 @@ 'use strict';

} catch (ex) {
if (!ex || !ex.code || !ex.code.indexOf('PUG:') === 0) throw ex;
if (!ex || !ex.code || ex.code.indexOf('PUG:') !== 0) throw ex;
expect({

@@ -45,0 +45,0 @@ msg: ex.msg,

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