Socket
Socket
Sign inDemoInstall

@rollup/plugin-commonjs

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-commonjs - npm Package Compare versions

Comparing version 25.0.3 to 25.0.4

2

package.json
{
"name": "@rollup/plugin-commonjs",
"version": "25.0.3",
"version": "25.0.4",
"publishConfig": {

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

@@ -302,3 +302,14 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-commonjs

function getAugmentedNamespace(n) {
var a = Object.defineProperty({}, '__esModule', { value: true });
if (n.__esModule) return n;
var f = n.default;
if (typeof f == 'function') {
var a = function a() {
if (this instanceof a) {
return Reflect.construct(f, arguments, this.constructor);
}
return f.apply(this, arguments);
};
a.prototype = f.prototype;
} else a = {};
Object.defineProperty(a, '__esModule', { value: true });
Object.keys(n).forEach(function (k) {

@@ -305,0 +316,0 @@ var d = Object.getOwnPropertyDescriptor(n, k);

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

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