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

@devprotocol/elements

Package Overview
Dependencies
Maintainers
5
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 0.0.7 to 0.1.0

2

bundled/src/dev-connection/utils.d.ts
import { Connection } from '.';
export declare const getConnection: (id: string) => Connection | undefined;
export declare const getConnection: (id: string) => Connection;

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

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

@@ -6,4 +7,8 @@ import { ethers } 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;
/**

@@ -31,11 +36,6 @@ * This Custom Element does not have a UI, so it's specifically excluded from the linting rules and declared a class.

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

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

"lint:format": "prettier --write '**/*.{ts,js,json,md,yml}'",
"prepack": "npm run build",
"prepack": " npm run build",
"prepare": "husky install"

@@ -47,3 +47,3 @@ },

"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.4",
"@rollup/plugin-typescript": "8.4.0",
"@rollup/pluginutils": "4.2.1",

@@ -54,4 +54,4 @@ "@types/dotenv": "8.2.0",

"@types/ramda": "0.28.15",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@web/dev-server-esbuild": "0.3.2",

@@ -58,0 +58,0 @@ "@web/test-runner": "0.14.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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