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.1.2 to 1.1.3

build/index.d.ts

7

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

@@ -19,6 +19,7 @@ "repository": "https://github.com/iam-medvedev/esbuild-plugin-less.git",

"build": "NODE_ENV=production ts-node ./scripts/build.ts",
"build:types": "NODE_ENV=production tsc --emitDeclarationOnly --declaration --outDir build",
"dev:example": "ts-node ./example/build.ts",
"build:example": "NODE_ENV=production ts-node ./example/build.ts",
"commit": "yarn git-cz",
"types": "NODE_ENV=production tsc --emitDeclarationOnly --declaration --outDir build",
"types": "tsc --noEmit",
"test": "jest"

@@ -44,3 +45,3 @@ },

"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.13.1",
"esbuild": "^0.13.2",
"git-cz": "^4.7.6",

@@ -47,0 +48,0 @@ "husky": "^7.0.2",

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