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

@github/catalyst

Package Overview
Dependencies
Maintainers
17
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/catalyst - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/target.js

@@ -10,3 +10,3 @@ import { findTarget, findTargets } from './findtarget';

export function target(proto, key) {
Object.defineProperty(proto, key, {
return Object.defineProperty(proto, key, {
configurable: true,

@@ -26,3 +26,3 @@ get() {

export function targets(proto, key) {
Object.defineProperty(proto, key, {
return Object.defineProperty(proto, key, {
configurable: true,

@@ -29,0 +29,0 @@ get() {

{
"name": "@github/catalyst",
"version": "1.1.0",
"version": "1.1.1",
"description": "Helpers for creating HTML Elements as Controllers",

@@ -5,0 +5,0 @@ "homepage": "https://github.github.io/catalyst",

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