Comparing version 5.0.0 to 5.0.1-canary-7
@@ -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, |
{ | ||
"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": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
59299
6
1853
2
+ Addedpug-error@2.0.0(transitive)
- Removedpug-error@2.1.0(transitive)
Updatedpug-error@2.0.0