Comparing version 0.7.0 to 0.8.19
{ | ||
"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" | ||
] | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
842055
0
1
23
1
0
100
9223
0
755
10
2
1
2
4
- Removediconv-lite@0.6.3
- Removedimap@0.8.19
- Removedquoted-printable@1.0.1
- Removedutf8@3.0.0
- Removeduuencode@0.0.4
- Removedcore-util-is@1.0.3(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedimap@0.8.19(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedquoted-printable@1.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsemver@5.3.0(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedutf7@1.0.2(transitive)
- Removedutf8@2.1.23.0.0(transitive)
- Removeduuencode@0.0.4(transitive)