Socket
Socket
Sign inDemoInstall

cra-to-nx

Package Overview
Dependencies
Maintainers
6
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-to-nx - npm Package Compare versions

Comparing version 15.8.5 to 15.9.0-beta.0

index.js

17

package.json
{
"name": "cra-to-nx",
"version": "15.8.5",
"version": "15.9.0-beta.0",
"private": false,

@@ -18,3 +18,3 @@ "description": "This package will turn your React app into an Nx workspace. To use this package, your React app must have been generated and kept the structure of Create-React-App, with files generated either in js/jsx or ts/tsx.",

"bin": {
"cra-to-nx": "src/index.js"
"cra-to-nx": "./index.js"
},

@@ -26,15 +26,8 @@ "license": "MIT",

"homepage": "https://nx.dev",
"dependencies": {
"fs-extra": "^11.1.0",
"glob": "7.1.4",
"nx": "15.8.5",
"tslib": "^2.3.0",
"yargs": "^17.6.2"
},
"publishConfig": {
"access": "public"
},
"main": "./src/index.js",
"types": "./src/index.d.ts",
"gitHead": "e8bcf9ba5fdde55706220ce43a8876ff4e5f90e6"
"main": "./index.js",
"types": "./index.d.ts",
"gitHead": "e3e87f57fd740bf78945a4907745d03f18d057c3"
}
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