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

@etherdata-blockchain/logger

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etherdata-blockchain/logger - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

8

jest.config.js

@@ -5,2 +5,10 @@ /** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */

testEnvironment: "node",
testPathIgnorePatterns: ["dist"],
collectCoverageFrom: [
"**/*.{ts,tsx}",
"!<rootDir>/node_modules/",
"!index.ts",
],
testTimeout: 40000,
reporters: ["default", "github-actions"],
};

6

package.json
{
"name": "@etherdata-blockchain/logger",
"version": "4.0.0",
"version": "4.0.1",
"main": "dist/index.js",

@@ -24,6 +24,6 @@ "types": "dist/index.d.ts",

"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4"
"jest": "^28.0.2",
"ts-jest": "^28.0.0-next.1"
},
"gitHead": "222c868ef7b50aa6a8fb216019733e971c213a89"
}

Sorry, the diff of this file is not supported yet

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