mintro-beta
Advanced tools
Comparing version 1.0.81 to 1.0.82
{ | ||
"name": "mintro-beta", | ||
"version": "1.0.81", | ||
"description": "an ai package that generates webpage based on user description.", | ||
"keywords": [], | ||
"license": "ISC", | ||
"author": "", | ||
"version": "1.0.82", | ||
"description": "A powerful AI-driven package that generates HTML web pages based on natural language descriptions, streamlining the web development process.", | ||
"keywords": [ | ||
"AI", | ||
"webpage generation", | ||
"html", | ||
"web development", | ||
"automation", | ||
"natural language processing" | ||
], | ||
"license": "MIT", | ||
"author": "Mintro (onyx)", | ||
"type": "module", | ||
"main": "./source/index.js", | ||
"main": "./index.js", | ||
"bin": { | ||
"mintro-beta": "./source/index.js" | ||
"mintro-beta": "./index.js" | ||
}, | ||
"files": [ | ||
"source" | ||
], | ||
"homepage": "https://www.npmjs.com/package/mintro-beta", | ||
"dependencies": { | ||
@@ -20,5 +25,16 @@ "axios": "^1.7.7", | ||
"dotenv": "^16.4.5", | ||
"fs": "^0.0.1-security", | ||
"fs-extra": "^11.1.1", | ||
"nanospinner": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.55.0", | ||
"nodemon": "^3.1.2" | ||
}, | ||
"config": { | ||
"mintro": { | ||
"defaultLanguage": "en", | ||
"outputDir": "./generated", | ||
"debug": true | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
95723
1
0
2
3
2
1
+ Addedfs-extra@^11.1.1
+ Addedfs-extra@11.2.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addeduniversalify@2.0.1(transitive)
- Removedfs@^0.0.1-security
- Removedfs@0.0.1-security(transitive)