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

@n8n/imap

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/imap - npm Package Compare versions

Comparing version 0.7.0 to 0.8.19

deps/encoding/encoding-indexes.js

59

package.json
{
"name": "@n8n/imap",
"version": "0.7.0",
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"LICENSE_EE.md",
"LICENSE.md"
],
"dependencies": {
"iconv-lite": "0.6.3",
"imap": "0.8.19",
"quoted-printable": "1.0.1",
"utf8": "3.0.0",
"uuencode": "0.0.4"
},
"version": "0.8.19",
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"main": "./lib/Connection",
"types": "index.d.ts",
"packageManager": "pnpm@9.6.0",
"devDependencies": {
"@types/imap": "^0.8.40",
"@types/quoted-printable": "^1.0.2",
"@types/utf8": "^3.0.3",
"@types/uuencode": "^0.0.3"
"tape": "~5.9.0"
},
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": {
"name": "Jan Oberhauser",
"email": "jan@n8n.io"
"scripts": {
"test": "node test/test.js && tape deps/test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "biome format --write src test",
"format:check": "biome ci src test",
"lint": "eslint . --quiet",
"lintfix": "eslint . --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "jest"
}
}
"keywords": [
"imap",
"mail",
"email",
"reader",
"client"
]
}
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