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

haunted

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haunted - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

4

haunted.js

@@ -194,2 +194,6 @@ import { directive, render } from 'https://unpkg.com/lit-html@^1.0.0/lit-html.js';

const proto = new Proxy(BaseElement.prototype, {
getPrototypeOf(target) {
return target;
},
set(target, key, value, receiver) {

@@ -196,0 +200,0 @@ if(key in target) {

@@ -58,2 +58,6 @@

const proto = new Proxy(BaseElement.prototype, {
getPrototypeOf(target) {
return target;
},
set(target, key, value, receiver) {

@@ -60,0 +64,0 @@ if(key in target) {

2

package.json
{
"name": "haunted",
"version": "4.5.2",
"version": "4.5.3",
"description": "Hooks for web components",

@@ -5,0 +5,0 @@ "main": "lib/haunted.js",

@@ -194,2 +194,6 @@ import { directive, render } from '../lit-html/lit-html.js';

const proto = new Proxy(BaseElement.prototype, {
getPrototypeOf(target) {
return target;
},
set(target, key, value, receiver) {

@@ -196,0 +200,0 @@ if(key in target) {

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