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

loader-runner

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loader-runner - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

3

lib/LoaderRunner.js

@@ -217,3 +217,3 @@ /*

var loaders = options.loaders || [];
var providedContext = options.context || {};
var loaderContext = options.context || {};
var readResource = options.readResource || readFile;

@@ -235,3 +235,2 @@

var loaderContext = Object.create(providedContext);
loaderContext.context = contextDirectory;

@@ -238,0 +237,0 @@ loaderContext.loaderIndex = 0;

@@ -0,0 +0,0 @@ module.exports = function loadLoader(loader, callback) {

{
"name": "loader-runner",
"version": "2.0.1",
"version": "2.1.0",
"description": "Runs (webpack) loaders",

@@ -5,0 +5,0 @@ "main": "lib/LoaderRunner.js",

@@ -0,0 +0,0 @@ var should = require("should");

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