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

@rspack/plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/plugin-less - npm Package Compare versions

Comparing version 0.0.10-2 to 0.0.10-3

1

dist/index.d.ts
/// <reference types="less" />
/// <reference types="node" />
import type { LoaderContext } from "@rspack/core";

@@ -3,0 +4,0 @@ export interface Options {

4

dist/index.js

@@ -38,3 +38,4 @@ "use strict";

const enhancedResolver = enhanced_resolve_1.create.sync({
extensions: [".less", ".css", ".sass", ".scss", ".js"]
extensions: [".less", ".css", ".sass", ".scss", ".js"],
preferRelative: true
});

@@ -70,3 +71,2 @@ const options = (_a = loaderContext.getOptions()) !== null && _a !== void 0 ? _a : {};

catch (err) {
debugger;
throw err;

@@ -73,0 +73,0 @@ }

{
"name": "@rspack/plugin-less",
"version": "0.0.10-2",
"version": "0.0.10-3",
"description": "less plugin for rspack",

@@ -5,0 +5,0 @@ "author": "wangzhenzhuo",

@@ -7,3 +7,2 @@ import type { LoaderContext } from "@rspack/core";

const MODULE_REQUEST_REGEX = /^[^?]*~/;
export interface Options {

@@ -22,3 +21,4 @@ implementation?: string;

const enhancedResolver = create.sync({
extensions: [".less", ".css", ".sass", ".scss", ".js"]
extensions: [".less", ".css", ".sass", ".scss", ".js"],
preferRelative: true
});

@@ -56,3 +56,2 @@ const options: Options = loaderContext.getOptions() ?? {};

} catch (err) {
debugger;
throw err;

@@ -59,0 +58,0 @@ }

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