@rushstack/loader-raw-script
Advanced tools
Comparing version 1.3.22 to 1.3.23
# Change Log - @rushstack/loader-raw-script | ||
This log was last generated on Mon, 01 Jun 2020 08:34:17 GMT and should not be manually modified. | ||
This log was last generated on Wed, 10 Jun 2020 20:48:30 GMT and should not be manually modified. | ||
## 1.3.23 | ||
Wed, 10 Jun 2020 20:48:30 GMT | ||
*Version update only* | ||
## 1.3.22 | ||
@@ -6,0 +11,0 @@ Mon, 01 Jun 2020 08:34:17 GMT |
@@ -7,3 +7,3 @@ "use strict"; | ||
content = content.replace(/\\/g, '\\\\'); | ||
content = content.replace(/'/g, '\\\''); | ||
content = content.replace(/'/g, "\\'"); | ||
content = content.replace(/\n/g, '\\n'); | ||
@@ -10,0 +10,0 @@ content = content.replace(/\r/g, '\\r'); |
{ | ||
"name": "@rushstack/loader-raw-script", | ||
"version": "1.3.22", | ||
"version": "1.3.23", | ||
"description": "", | ||
@@ -19,11 +19,9 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.5.2", | ||
"@microsoft/rush-stack-compiler-3.5": "0.5.3", | ||
"@rushstack/eslint-config": "0.5.8", | ||
"@types/mocha": "5.2.5", | ||
"@types/jest": "25.2.1", | ||
"@types/node": "10.17.13", | ||
"chai": "~3.5.0", | ||
"gulp": "~4.0.2", | ||
"mocha": "^5.2.0", | ||
"@microsoft/node-library-build": "6.4.22" | ||
"@microsoft/node-library-build": "6.4.23" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
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
130953
6
3519