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

esbuild-ignore-with-comments-plugin

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-ignore-with-comments-plugin - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

5

dist/src/plugin.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.findComments = exports.mustIgnore = void 0;
exports.mustIgnore = mustIgnore;
exports.findComments = findComments;
const fs_1 = __importDefault(require("fs"));

@@ -74,3 +75,2 @@ const ignorePlugin = (opts) => {

}
exports.mustIgnore = mustIgnore;
function findComments(text) {

@@ -88,3 +88,2 @@ const commentRegex = /^\s*\/\* esbuild-ignore ([^\s\*]*)/gm;

}
exports.findComments = findComments;
const pluginFactory = (opts) => {

@@ -91,0 +90,0 @@ return ignorePlugin(opts);

14

package.json
{
"name": "esbuild-ignore-with-comments-plugin",
"version": "0.3.12",
"version": "0.3.13",
"description": "esbuild Plugin for ignoring files with specific comments in them",

@@ -36,11 +36,11 @@ "keywords": [

"devDependencies": {
"@goldstack/utils-git": "0.2.9",
"@swc/core": "^1.3.55",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.0.1",
"@types/node": "^18.7.13",
"@goldstack/utils-git": "0.2.10",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.0",
"esbuild": "^0.17.18",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
"typescript": "^5.7.2"
},

@@ -47,0 +47,0 @@ "peerDependencies": {

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