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

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imapflow - npm Package Compare versions

Comparing version 1.0.71 to 1.0.72

.babelrc

7

lib/types.d.ts

@@ -55,2 +55,9 @@ /// <reference types="node" />

/**
* Current module version as a static class property
* @property version - Module version
*/
version: {
version: string;
};
/**
* Instance ID for logs

@@ -57,0 +64,0 @@ */

6

package.json
{
"name": "imapflow",
"version": "1.0.71",
"version": "1.0.72",
"description": "IMAP Client for Node",

@@ -29,2 +29,6 @@ "main": "./lib/imap-flow.js",

"devDependencies": {
"@babel/eslint-parser": "^7.15.7",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.15.6",
"@types/node": "16.10.1",

@@ -31,0 +35,0 @@ "braintree-jsdoc-template": "3.3.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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