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

@rollup/plugin-esm-shim

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-esm-shim - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "@rollup/plugin-esm-shim",
"version": "0.1.6",
"version": "0.1.7",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -1,3 +0,8 @@

import type { Plugin } from 'rollup';
import type { Plugin, SourceMapInput } from 'rollup';
interface Output {
code: string;
map?: SourceMapInput;
}
/**

@@ -9,1 +14,2 @@ * A Rollup plugin to replace cjs syntax for esm output bundles.

export default function commonjsShim(): Plugin;
export function provideCJSSyntax(code: string): Output | null;
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