Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
1
Maintainers
5
Versions
797
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.21.2 to 3.21.5

4

dist/es/rollup.js
/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

@@ -522,3 +522,3 @@ export const VERSION: string;

acorn?: Record<string, unknown>;
acornInjectPlugins?: (() => unknown)[] | (() => unknown);
acornInjectPlugins?: ((...arguments_: any[]) => unknown)[] | ((...arguments_: any[]) => unknown);
cache?: boolean | RollupCache;

@@ -525,0 +525,0 @@ context?: string;

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -114,2 +114,5 @@ https://github.com/rollup/rollup

// Note: since nyc uses this module to output coverage, any lines
// that are in the direct sync flow of nyc's outputCoverage are
// ignored, since we can never get coverage for them.
// grab a reference to node's real process object right away
const processOk = (process) => !!process &&

@@ -541,7 +544,6 @@ typeof process === 'object' &&

configWatcher.close();
if (code) {
// eslint-disable-next-line unicorn/no-process-exit
process$2.exit(code);
}
process$2.exit(code || 0);
}
// return a promise that never resolves to keep the process running
return new Promise(() => { });
}

@@ -548,0 +550,0 @@

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

/*
@license
Rollup.js v3.21.2
Sun, 30 Apr 2023 05:31:29 GMT - commit f138dcee19367f17f2e66f940fb8d612471f7ddf
Rollup.js v3.21.5
Fri, 05 May 2023 04:33:53 GMT - commit 68f64245539b968d5c18ea51255bb6e335bd2498

@@ -6,0 +6,0 @@ https://github.com/rollup/rollup

{
"name": "rollup",
"version": "3.21.2",
"version": "3.21.5",
"description": "Next-generation ES module bundler",

@@ -84,3 +84,4 @@ "main": "dist/rollup.js",

"@types/estree": "1.0.1",
"@types/node": "^14.18.42",
"@types/mocha": "^10.0.1",
"@types/node": "~14.18.42",
"@types/yargs-parser": "^21.0.0",

@@ -146,5 +147,2 @@ "@typescript-eslint/eslint-plugin": "^5.59.1",

},
"overrides": {
"d3": "7.8.0"
},
"files": [

@@ -151,0 +149,0 @@ "dist/**/*.js",

Sorry, the diff of this file is not supported yet

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc