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

bob-esbuild-plugin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bob-esbuild-plugin - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

2

lib/bundle.d.ts

@@ -1,2 +0,2 @@

import type { PluginContext, Plugin } from "rollup";
import type { PluginContext, Plugin } from 'rollup';
export declare const bundle: (id: string, pluginContext: PluginContext, plugins: Plugin[], loaders: {

@@ -3,0 +3,0 @@ [ext: string]: string;

@@ -1,4 +0,4 @@

import { Loader } from "esbuild";
import { FilterPattern } from "@rollup/pluginutils";
import type { Plugin } from "rollup";
import { Loader } from 'esbuild';
import { FilterPattern } from '@rollup/pluginutils';
import type { Plugin } from 'rollup';
export declare type Options = {

@@ -5,0 +5,0 @@ include?: FilterPattern;

@@ -0,0 +0,0 @@ export declare const getOptions: (cwd: string, tsconfig?: string | undefined) => Promise<{

{
"name": "bob-esbuild-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild",

@@ -22,2 +22,3 @@ "license": "MIT",

"@types/node": "^15.6.1",
"changesets-github-release": "^0.0.1",
"esbuild-register": "^2.5.0",

@@ -24,0 +25,0 @@ "jest": "^27.0.3",

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