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

pug-lexer

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pug-lexer - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1-canary-7

index.d.ts

6

index.js

@@ -582,3 +582,7 @@ 'use strict';

if (matchOfStringInterp[1]) {
prefix = prefix + value.substring(0, indexOfStringInterp) + '#{';
prefix =
prefix +
value.substring(0, indexOfStringInterp) +
matchOfStringInterp[2] +
'{';
return this.addText(

@@ -585,0 +589,0 @@ type,

7

package.json
{
"name": "pug-lexer",
"version": "5.0.0",
"version": "5.0.1-canary-7",
"description": "The pug lexer (takes a string and converts it to an array of tokens)",

@@ -11,3 +11,3 @@ "keywords": [

"is-expression": "^4.0.0",
"pug-error": "^2.0.0"
"pug-error": "2.0.0"
},

@@ -19,3 +19,4 @@ "devDependencies": {

"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -22,0 +23,0 @@ "repository": {

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