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

@devprotocol/elements

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devprotocol/elements - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

constants.d.ts

12

dist/index.d.ts

@@ -1,2 +0,1 @@

import { TemplateResult } from 'lit';
import { UndefinedOr } from '@devprotocol/util-ts';

@@ -7,8 +6,4 @@ import { Signer, ContractRunner, Eip1193Provider, BrowserProvider, Networkish } from 'ethers';

import { DirectiveResult } from 'lit/directive';
import { TemplateResult } from 'lit';
declare const stakeOnButton: ({ address, network, }: {
readonly address?: string | undefined;
readonly network?: string | undefined;
}) => TemplateResult;
/**

@@ -50,4 +45,9 @@ * This Custom Element does not have a UI, so it's specifically excluded from the linting rules and declared a class.

declare const stakeOnButton: ({ address, network, }: {
readonly address?: string | undefined;
readonly network?: string | undefined;
}) => TemplateResult;
declare const showNetwork: (net?: string) => DirectiveResult;
export { Connection, getConnection, showAddress, showNetwork, stakeOnButton };
{
"name": "@devprotocol/elements",
"version": "1.5.1",
"version": "1.5.2",
"description": " Web Components for Dev Protocol",

@@ -23,2 +23,3 @@ "main": "dist/index.js",

"dist/*.ts",
"*.d.ts",
"bundled",

@@ -25,0 +26,0 @@ "!**/*.test.*",

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