Socket
Socket
Sign inDemoInstall

@esbuild-kit/core-utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esbuild-kit/core-utils - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

7

dist/index.d.ts

@@ -8,2 +8,7 @@ import { TransformOptions, TransformResult } from 'esbuild';

export { installSourceMapSupport, transform, transformSync };
declare function transformDynamicImport({ code, map }: TransformResult, sourcemap?: boolean | 'inline'): {
code: string;
map: string;
} | undefined;
export { installSourceMapSupport, transform, transformDynamicImport, transformSync };

5

package.json
{
"name": "@esbuild-kit/core-utils",
"version": "1.0.1",
"version": "1.1.0",
"publishConfig": {

@@ -32,6 +32,9 @@ "access": "public"

"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@pvtnbr/eslint-config": "^0.22.0",
"@types/node": "^17.0.31",
"@types/source-map-support": "^0.5.4",
"es-module-lexer": "^0.10.5",
"eslint": "^8.15.0",
"magic-string": "^0.26.2",
"pkgroll": "^1.2.2",

@@ -38,0 +41,0 @@ "source-map-support": "^0.5.21",

Sorry, the diff of this file is too big to display

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