New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/loader-raw-script

Package Overview
Dependencies
Maintainers
3
Versions
402
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.67 to 1.3.68

9

CHANGELOG.md
# Change Log - @rushstack/loader-raw-script
This log was last generated on Tue, 22 Sep 2020 05:45:57 GMT and should not be manually modified.
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified.
## 1.3.68
Wed, 30 Sep 2020 06:53:53 GMT
### Patches
- Update README.md
## 1.3.67

@@ -6,0 +13,0 @@ Tue, 22 Sep 2020 05:45:57 GMT

"use strict";
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
const RawScriptLoader = require("./RawScriptLoader");
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
const RawScriptLoader = __importStar(require("./RawScriptLoader"));
module.exports = RawScriptLoader;
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@rushstack/loader-raw-script",
"version": "1.3.67",
"version": "1.3.68",
"description": "",

@@ -19,5 +19,5 @@ "main": "lib/index.js",

"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.8.21",
"@rushstack/eslint-config": "2.1.1",
"@rushstack/heft": "0.13.9",
"@rushstack/eslint-config": "2.1.2",
"@rushstack/heft": "0.14.0",
"@rushstack/heft-node-rig": "0.1.0",
"@types/heft-jest": "1.0.1",

@@ -24,0 +24,0 @@ "@types/node": "10.17.13"

@@ -1,2 +0,2 @@

# raw-script loader for webpack
# @rushstack/loader-raw-script

@@ -9,3 +9,3 @@ ## Installation

This simple loader loads a script file's contents directly in a webpack bundle using an `eval(...)`.
This simple Webpack loader loads a script file's contents directly in a webpack bundle using an `eval(...)`.

@@ -20,4 +20,8 @@ ## Usage

## License
## Links
MIT (http://www.opensource.org/licenses/mit-license.php)
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/webpack/loader-raw-script/CHANGELOG.md) - Find
out what's new in the latest version
`@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects.

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