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

@turnkey/ethers

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/ethers - npm Package Compare versions

Comparing version 0.18.0 to 0.18.1

dist/esm/index.js

8

CHANGELOG.md
# @turnkey/ethers
## 0.18.1
### Patch Changes
- Updated dependencies [ed50a0f]
- Updated dependencies
- @turnkey/http@2.2.0
## 0.18.0

@@ -4,0 +12,0 @@

16

package.json
{
"name": "@turnkey/ethers",
"version": "0.18.0",
"version": "0.18.1",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",

@@ -38,3 +47,3 @@ "license": "Apache-2.0",

"@ethersproject/abstract-signer": "^5.7.0",
"@turnkey/http": "2.1.0",
"@turnkey/http": "2.2.0",
"@turnkey/api-key-stamper": "0.1.1"

@@ -54,4 +63,5 @@ },

"scripts": {
"build": "tsc",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"compile:contracts": "hardhat compile",

@@ -58,0 +68,0 @@ "test": "jest",

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