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

@rushstack/loader-raw-script

Package Overview
Dependencies
Maintainers
3
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/loader-raw-script - npm Package Compare versions

Comparing version 1.3.22 to 1.3.23

7

CHANGELOG.md
# 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

2

lib/RawScriptLoader.js

@@ -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

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