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

@web/dev-server-core

Package Overview
Dependencies
Maintainers
7
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.1 to 0.7.2

3

dist/web-sockets/webSocketsPlugin.js

@@ -41,3 +41,4 @@ "use strict";

export function stable (obj, replacer, spacer) {
var tmp = deterministicDecirc(obj, '', [], undefined) || obj
var target = structuredClone(obj)
var tmp = deterministicDecirc(target, '', [], undefined) || target
var res

@@ -44,0 +45,0 @@ if (replacerStack.length === 0) {

{
"name": "@web/dev-server-core",
"version": "0.7.1",
"version": "0.7.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -43,3 +43,4 @@ import { Plugin } from '../plugins/Plugin.js';

export function stable (obj, replacer, spacer) {
var tmp = deterministicDecirc(obj, '', [], undefined) || obj
var target = structuredClone(obj)
var tmp = deterministicDecirc(target, '', [], undefined) || target
var res

@@ -46,0 +47,0 @@ if (replacerStack.length === 0) {

Sorry, the diff of this file is not supported yet

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