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 1.5.8 to 1.6.0

tsconfig.tsbuildinfo

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# 1.6.0 (2022-01-23)
### Features
* use index.js as main and add type definition ([#6](https://github.com/etherdata-blockchain/packages/issues/6)) ([13121cc](https://github.com/etherdata-blockchain/packages/commit/13121cc2150104cdea51208430bed263e5a1e59d))
## 1.5.8 (2022-01-22)

@@ -8,0 +19,0 @@

7

package.json
{
"name": "@etherdata-blockchain/logger",
"version": "1.5.8",
"main": "src/index.ts",
"version": "1.6.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",

@@ -22,3 +23,3 @@ "dependencies": {

},
"gitHead": "7b5e5b3cc89f3f459a82353b9878b5cdad56e526"
"gitHead": "aa5f33d7a66ec66d554279ab8baa3848dd5b26e3"
}

@@ -7,3 +7,3 @@ {

// "incremental": true, /* Enable incremental compilation */
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
"composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
// "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */

@@ -49,3 +49,3 @@ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */

/* Emit */
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declarationMap": true, /* Create sourcemaps for d.ts files. */

@@ -52,0 +52,0 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */

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