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

esbuild-plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-less - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

package.json
{
"name": "esbuild-plugin-less",
"version": "1.3.0",
"version": "1.3.1",
"description": "esbuild plugin for less files",

@@ -12,3 +12,3 @@ "repository": "https://github.com/iam-medvedev/esbuild-plugin-less.git",

"module": "build/esm.mjs",
"types": "build/index.d.ts",
"types": "build/src/index.d.ts",
"files": [

@@ -34,7 +34,7 @@ "build/*",

"default": "./build/esm.mjs",
"types": "./build/index.d.ts"
"types": "./build/src/index.d.ts"
},
"require": {
"default": "./build/cjs.js",
"types": "./build/index.d.ts"
"types": "./build/src/index.d.ts"
}

@@ -41,0 +41,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