New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup

Package Overview
Dependencies
Maintainers
5
Versions
853
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Compare versions

Comparing version 3.22.0 to 3.22.1

5

dist/es/rollup.js
/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

@@ -17,3 +17,2 @@ https://github.com/rollup/rollup

import 'node:fs/promises';
import 'node:events';
import 'tty';
/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

@@ -24,3 +24,2 @@ https://github.com/rollup/rollup

require('node:crypto');
require('node:events');

@@ -27,0 +26,0 @@

/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

@@ -23,3 +23,2 @@ https://github.com/rollup/rollup

require('node:fs/promises');
require('node:events');
require('./shared/fsevents-importer.js');

@@ -26,0 +25,0 @@

4

dist/shared/fsevents-importer.js
/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

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

/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

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

/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

@@ -33,3 +33,2 @@ https://github.com/rollup/rollup

require('node:crypto');
require('node:events');
require('node:url');

@@ -144,3 +143,2 @@

if (global[kExitEmitter]) {
console.error('reusing global emitter');
return global[kExitEmitter];

@@ -147,0 +145,0 @@ }

/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

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

/*
@license
Rollup.js v3.22.0
Wed, 17 May 2023 04:19:47 GMT - commit 9f05b91e5e1862f7ea7a728fb63fb2750dfe7392
Rollup.js v3.22.1
Sun, 21 May 2023 19:51:48 GMT - commit fba14ad6955081dd400261157e60d31132acba03

@@ -24,3 +24,2 @@ https://github.com/rollup/rollup

require('node:fs/promises');
require('node:events');
require('fs');

@@ -27,0 +26,0 @@ require('util');

{
"name": "rollup",
"version": "3.22.0",
"version": "3.22.1",
"description": "Next-generation ES module bundler",

@@ -67,7 +67,7 @@ "main": "dist/rollup.js",

"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.1.7",
"@codemirror/lang-javascript": "^6.1.8",
"@codemirror/language": "^6.6.0",
"@codemirror/search": "^6.4.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.11.0",
"@codemirror/view": "^6.11.3",
"@jridgewell/sourcemap-codec": "^1.4.15",

@@ -77,19 +77,19 @@ "@mermaid-js/mermaid-cli": "^10.1.0",

"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/pluginutils": "^5.0.2",
"@types/estree": "1.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "~14.18.43",
"@types/node": "~14.18.47",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"acorn": "^8.8.2",
"acorn-import-assertions": "^1.8.0",
"acorn-import-assertions": "^1.9.0",
"acorn-jsx": "^5.3.2",

@@ -102,12 +102,12 @@ "acorn-walk": "^8.2.0",

"concurrently": "^8.0.1",
"core-js": "^3.30.1",
"core-js": "^3.30.2",
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-vue": "^9.11.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.13.0",
"fixturify": "^3.0.0",

@@ -119,3 +119,3 @@ "flru": "^1.0.2",

"husky": "^8.0.3",
"inquirer": "^9.2.0",
"inquirer": "^9.2.3",
"is-reference": "^3.0.1",

@@ -127,3 +127,3 @@ "lint-staged": "^13.2.2",

"nyc": "^15.1.0",
"pinia": "^2.0.35",
"pinia": "^2.1.1",
"prettier": "^2.8.8",

@@ -133,17 +133,17 @@ "pretty-bytes": "^6.1.0",

"requirejs": "^2.3.6",
"rollup": "^3.21.3",
"rollup": "^3.22.0",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-thatworks": "^1.0.4",
"semver": "^7.5.0",
"semver": "^7.5.1",
"shx": "^0.3.4",
"signal-exit": "^4.0.1",
"signal-exit": "^4.0.2",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"systemjs": "^6.14.1",
"terser": "^5.17.1",
"terser": "^5.17.4",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vitepress": "^1.0.0-alpha.75",
"vue": "^3.2.47",
"vue": "^3.3.2",
"weak-napi": "^2.0.2",

@@ -150,0 +150,0 @@ "yargs-parser": "^21.1.1"

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc