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

react-creates

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-creates - npm Package Compare versions

Comparing version 2.0.6 to 2.1.0

dist/cli.d.ts

2

bin/react-creates.js
#!/usr/bin/env node
require('../dist/src/cli/cli');
require('../dist/cli');
{
"name": "react-creates",
"version": "2.0.6",
"version": "2.1.0",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",
"files": [
"dist/src",
"dist",
"!dist/test",
"!dist/tsconfig.tsbuildinfo",
"src",
"templates"
],
"types": "dist/src/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"bin": {
"react-creates": "bin/react-creates.js"
},
"homepage": "https://github.com/tzachbon/react-creates/tree/master/packages/react-creates",
"readme": "https://github.com/tzachbon/react-creates/tree/master/packages/react-creates/README.md",
"homepage": "https://github.com/tzachbon/react-creates/tree/master/packages/cli",
"readme": "https://github.com/tzachbon/react-creates/tree/master/packages/cli/README.md",
"scripts": {},

@@ -39,9 +41,8 @@ "keywords": [

"@types/find-cache-dir": "^3.2.1",
"@types/mustache": "^4.1.2",
"@types/prompts": "^2.0.14",
"@react-creates/core": "^2.1.0",
"commander": "^9.2.0",
"find-cache-dir": "^3.3.2",
"mustache": "^4.2.0",
"prompts": "^2.4.2"
}
}

@@ -12,3 +12,3 @@ <p align="center">

</p>
<img src="https://github.com/tzachbon/react-creates/raw/master/packages/react-creates/screencast.gif">
<img src="https://github.com/tzachbon/react-creates/raw/master/packages/cli/screencast.gif">
</p>

@@ -15,0 +15,0 @@

@@ -1,10 +0,2 @@

export {
ComponentOption,
CreateComponentMeta,
CreateComponentOption,
createComponent,
createComponentProperties,
resolveCreateComponentOptions,
} from './create-component';
export { buildCreateComponentCommand } from './cli/commands/create-component';
export { FileSystemCache } from './cli/file-system-cache';
export { buildCreateComponentCommand } from './commands/create-component';
export { FileSystemCache } from './file-system-cache';
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