New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/eth-block-tracker

Package Overview
Dependencies
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-block-tracker - npm Package Compare versions

Comparing version 11.0.3 to 11.0.4

19

package.json
{
"name": "@metamask/eth-block-tracker",
"version": "11.0.3",
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.",
"version": "11.0.4",
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block",
"repository": {

@@ -18,8 +18,8 @@ "type": "git",

"build:clean": "rimraf dist && yarn build",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check",
"lint:constraints": "yarn constraints",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
"prepublishOnly": "yarn build:clean && yarn lint && yarn test",
"setup": "yarn install && yarn allow-scripts",
"prepack": "./scripts/prepack.sh",
"test": "jest",

@@ -31,3 +31,3 @@ "test:watch": "jest --watch"

"@metamask/safe-event-emitter": "^3.1.1",
"@metamask/utils": "^9.1.0",
"@metamask/utils": "^11.0.1",
"json-rpc-random-id": "^1.0.1",

@@ -50,2 +50,3 @@ "pify": "^5.0.0"

"@typescript-eslint/parser": "^5.61.0",
"@yarnpkg/types": "^4.0.0",
"eslint": "^8.21.0",

@@ -56,3 +57,3 @@ "eslint-config-prettier": "^8.1.0",

"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-jsdoc": "^41.0.0",
"eslint-plugin-n": "^15.7.0",

@@ -69,3 +70,3 @@ "eslint-plugin-prettier": "^4.2.1",

},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"packageManager": "yarn@4.5.3",
"engines": {

@@ -72,0 +73,0 @@ "node": "^18.16 || ^20 || >=22"

@@ -94,6 +94,5 @@ # @metamask/eth-block-tracker

- Install the current LTS version of [Node.js](https://nodejs.org)
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- Install [Yarn v1](https://yarnpkg.com/en/docs/install)
- Run `yarn setup` to install dependencies and run any requried post-install scripts
- **Warning:** Do not use the `yarn` / `yarn install` command directly. Use `yarn setup` instead. The normal install command will skip required post-install scripts, leaving your development environment in an invalid state.
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm install` will install the latest version and running `nvm use` will automatically choose the right node version for you.
- Install [Yarn](https://yarnpkg.com) v4 via [Corepack](https://github.com/nodejs/corepack?tab=readme-ov-file#how-to-install)
- Run `yarn install` to install dependencies and run any required post-install scripts

@@ -100,0 +99,0 @@ ### Testing and Linting

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