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

ethr-did-resolver

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethr-did-resolver - npm Package Compare versions

Comparing version 6.2.4-alpha.1 to 7.0.0-alpha.1

esm/index.js

0

lib/config/deployments.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { Contract } from '@ethersproject/contracts';

@@ -0,0 +0,0 @@ import { Signer } from '@ethersproject/abstract-signer';

@@ -0,0 +0,0 @@ import { BigNumber } from '@ethersproject/bignumber';

@@ -0,0 +0,0 @@ import { getResolver } from './resolver';

@@ -0,0 +0,0 @@ import { Contract } from '@ethersproject/contracts';

@@ -0,0 +0,0 @@ import { BigNumber } from '@ethersproject/bignumber';

19

package.json
{
"name": "ethr-did-resolver",
"version": "6.2.4-alpha.1",
"version": "7.0.0-alpha.1",
"description": "Resolve DID documents for ethereum addresses and public keys",
"type": "module",
"source": "src/index.ts",
"main": "./lib/index.cjs",
"module": "./lib/index.module.js",
"unpkg": "./lib/index.umd.js",
"source": "./src/index.ts",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"umd:main": "./lib/index.umd.js",
"exports": {
".": {
"require": "./lib/index.cjs",
"import": "./lib/index.modern.js"
"types": "./lib/index.d.ts",
"import": "./esm/index.js",
"require": "./lib/index.js"
}

@@ -34,2 +33,3 @@ },

"lib",
"esm",
"src",

@@ -63,3 +63,4 @@ "LICENSE"

"test:ci": "jest --coverage",
"build": "microbundle --compress=false",
"build": "tsc",
"clean": "rm -rf ./lib",
"format": "prettier --write \"src/**/*.[jt]s\"",

@@ -66,0 +67,0 @@ "lint": "eslint --ignore-pattern \"src/**/*.test.[jt]s\" \"src/**/*.[jt]s\"",

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