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

fabrique

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabrique - npm Package Compare versions

Comparing version 0.0.1 to 0.2.0-beta-1

.editorconfig

33

package.json
{
"name": "fabrique",
"version": "0.0.1",
"version": "0.2.0-beta-1",
"type": "module",
"main": "./src/index.js",
"bin": "./src/index.js",
"scripts": {
"run": "node src/index.js",
"link": "npm link",
"publish:lib": "npm publish --access public --registry https://registry.npmjs.org",
"format": "prettier --write --ignore-unknown --config ./.prettierrc \"src/**/*.{js,jsx,ts,tsx,html,css,scss}\""
},
"description": "CLI to build a library",
"main": "index.js",
"keywords": [],
"author": "Valentin Richard",
"license": "MIT",
"access": "public",
"repository": {

@@ -10,10 +22,13 @@ "type": "git",

},
"scripts": {
"publish": "npm publish --access public --registry https://registry.npmjs.org"
"packageManager": "yarn@4.5.1",
"devDependencies": {
"@inquirer/prompts": "^7.0.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.6.3"
},
"keywords": [],
"author": "Valentin Richard",
"license": "MIT",
"access": "public",
"packageManager": "yarn@4.3.1"
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0"
}
}
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