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

rollup

Package Overview
Dependencies
Maintainers
5
Versions
850
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 4.0.0-23 to 4.0.0-24

4

dist/es/getLogFilter.js
/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

@@ -15,5 +15,4 @@ https://github.com/rollup/rollup

import 'node:perf_hooks';
import 'node:crypto';
import '../native.js';
import 'node:fs/promises';
import 'tty';
/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

require('node:perf_hooks');
require('node:crypto');
require('./native.js');

@@ -26,0 +25,0 @@ require('./getLogFilter.js');

@@ -255,4 +255,5 @@ /* tslint:disable */

const { parse } = nativeBinding
const { parse, xxhashBase64Url } = nativeBinding
module.exports.parse = parse
module.exports.xxhashBase64Url = xxhashBase64Url
/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

require('node:perf_hooks');
require('node:crypto');
require('./native.js');

@@ -24,0 +23,0 @@ require('node:fs/promises');

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

require('node:perf_hooks');
require('node:crypto');
require('../native.js');

@@ -35,0 +34,0 @@ require('node:url');

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

/*
@license
Rollup.js v4.0.0-23
Tue, 26 Sep 2023 20:13:39 GMT - commit f1d93caae901c556ffb1e2f553428754038d65c1
Rollup.js v4.0.0-24
Tue, 03 Oct 2023 05:11:52 GMT - commit ced077f2920c473c4c2ca31a8d72b259bec91f67

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

require('node:perf_hooks');
require('node:crypto');
require('../native.js');

@@ -25,0 +24,0 @@ require('node:fs/promises');

{
"name": "rollup",
"version": "4.0.0-23",
"version": "4.0.0-24",
"description": "Next-generation ES module bundler",

@@ -101,13 +101,13 @@ "main": "dist/rollup.js",

"fsevents": "~2.3.2",
"@rollup/rollup-darwin-arm64": "4.0.0-23",
"@rollup/rollup-android-arm64": "4.0.0-23",
"@rollup/rollup-win32-arm64-msvc": "4.0.0-23",
"@rollup/rollup-linux-arm64-gnu": "4.0.0-23",
"@rollup/rollup-android-arm-eabi": "4.0.0-23",
"@rollup/rollup-linux-arm-gnueabihf": "4.0.0-23",
"@rollup/rollup-win32-ia32-msvc": "4.0.0-23",
"@rollup/rollup-darwin-x64": "4.0.0-23",
"@rollup/rollup-win32-x64-msvc": "4.0.0-23",
"@rollup/rollup-linux-x64-gnu": "4.0.0-23",
"@rollup/rollup-linux-x64-musl": "4.0.0-23"
"@rollup/rollup-darwin-arm64": "4.0.0-24",
"@rollup/rollup-android-arm64": "4.0.0-24",
"@rollup/rollup-win32-arm64-msvc": "4.0.0-24",
"@rollup/rollup-linux-arm64-gnu": "4.0.0-24",
"@rollup/rollup-android-arm-eabi": "4.0.0-24",
"@rollup/rollup-linux-arm-gnueabihf": "4.0.0-24",
"@rollup/rollup-win32-ia32-msvc": "4.0.0-24",
"@rollup/rollup-darwin-x64": "4.0.0-24",
"@rollup/rollup-win32-x64-msvc": "4.0.0-24",
"@rollup/rollup-linux-x64-gnu": "4.0.0-24",
"@rollup/rollup-linux-x64-musl": "4.0.0-24"
},

@@ -120,6 +120,6 @@ "devDependenciesComments": {

"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/search": "^6.5.3",
"@codemirror/language": "^6.9.1",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.19.0",
"@codemirror/view": "^6.20.2",
"@jridgewell/sourcemap-codec": "^1.4.15",

@@ -137,8 +137,8 @@ "@mermaid-js/mermaid-cli": "^10.4.0",

"@rollup/pluginutils": "^5.0.4",
"@types/estree": "1.0.1",
"@types/estree": "1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/yargs-parser": "^21.0.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vue/eslint-config-prettier": "^8.0.0",

@@ -157,3 +157,3 @@ "@vue/eslint-config-typescript": "^12.0.0",

"es6-shim": "^0.35.8",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",

@@ -182,3 +182,3 @@ "eslint-plugin-import": "^2.28.1",

"requirejs": "^2.3.6",
"rollup": "^3.29.2",
"rollup": "^3.29.3",
"rollup-plugin-license": "^3.1.0",

@@ -193,7 +193,7 @@ "rollup-plugin-string": "^3.0.0",

"systemjs": "^6.14.2",
"terser": "^5.19.4",
"terser": "^5.20.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitepress": "^1.0.0-rc.14",
"vitepress": "^1.0.0-rc.20",
"vue": "^3.3.4",

@@ -200,0 +200,0 @@ "wasm-pack": "^0.12.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