Socket
Socket
Sign inDemoInstall

@web/dev-server-rollup

Package Overview
Dependencies
Maintainers
7
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/dev-server-rollup - npm Package Compare versions

Comparing version 0.3.18 to 0.3.19

4

dist/createRollupPluginContexts.js

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

resolveId(id) {
pluginContext = this;
pluginContext = this; // eslint-disable-line @typescript-eslint/no-this-alias
return id;

@@ -29,3 +29,3 @@ },

transform() {
transformPluginContext = this;
transformPluginContext = this; // eslint-disable-line @typescript-eslint/no-this-alias
return null;

@@ -32,0 +32,0 @@ },

{
"name": "@web/dev-server-rollup",
"version": "0.3.18",
"version": "0.3.19",
"publishConfig": {

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

"@rollup/plugin-node-resolve": "^13.0.4",
"@web/dev-server-core": "^0.3.18",
"@web/dev-server-core": "^0.3.19",
"nanocolors": "^0.2.1",

@@ -54,0 +54,0 @@ "parse5": "^6.0.1",

@@ -41,3 +41,3 @@ import {

resolveId(id) {
pluginContext = this;
pluginContext = this; // eslint-disable-line @typescript-eslint/no-this-alias
return id;

@@ -49,3 +49,3 @@ },

transform() {
transformPluginContext = this;
transformPluginContext = this; // eslint-disable-line @typescript-eslint/no-this-alias
return null;

@@ -52,0 +52,0 @@ },

Sorry, the diff of this file is not supported yet

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