Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mintro-beta

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mintro-beta - npm Package Compare versions

Comparing version 1.0.81 to 1.0.82

index.html

38

package.json
{
"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
}
}
}
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