Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@web/dev-server-rollup

Package Overview
Dependencies
103
Maintainers
7
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.10 to 0.3.11

6

CHANGELOG.md
# @web/dev-server-rollup
## 0.3.11
### Patch Changes
- 96f656aa: Update Rollup to 2.58.0, use isEntry flag
## 0.3.10

@@ -4,0 +10,0 @@

2

dist/rollupAdapter.js

@@ -101,3 +101,3 @@ "use strict";

}
let result = await ((_a = rollupPlugin.resolveId) === null || _a === void 0 ? void 0 : _a.call(rollupPluginContext, resolvableImport, filePath, {}));
let result = await ((_a = rollupPlugin.resolveId) === null || _a === void 0 ? void 0 : _a.call(rollupPluginContext, resolvableImport, filePath, { isEntry: false }));
if (!result && injectedFilePath) {

@@ -104,0 +104,0 @@ // the import is a file path but it was not resolved by this plugin

{
"name": "@web/dev-server-rollup",
"version": "0.3.10",
"version": "0.3.11",
"publishConfig": {

@@ -53,3 +53,3 @@ "access": "public"

"parse5": "^6.0.1",
"rollup": "^2.56.2",
"rollup": "^2.58.0",
"whatwg-url": "^9.0.0"

@@ -56,0 +56,0 @@ },

@@ -153,3 +153,3 @@ /* eslint-disable no-control-regex */

filePath,
{},
{ isEntry: false },
);

@@ -156,0 +156,0 @@

Sorry, the diff of this file is not supported yet

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