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

create-react-ts-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-ts-app - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

12

index.js

@@ -52,4 +52,4 @@ #!/usr/bin/env node

* - a specific npm version: "0.22.0-rc1"
* - a .tgz archive from any npm repo: "https://registry.npmjs.org/react-scripts/-/react-scripts-0.20.0.tgz"
* - a package prepared with `npm pack`: "/Users/home/vjeux/create-react-app/react-scripts-0.22.0.tgz"
* - a .tgz archive from any npm repo: "https://registry.npmjs.org/react-ts-scripts/-/react-ts-scripts-0.20.0.tgz"
* - a package prepared with `npm pack`: "/Users/home/vjeux/create-react-app/react-ts-scripts-0.22.0.tgz"
*/

@@ -96,3 +96,3 @@ var commands = argv._;

console.log('Installing packages. This might take a couple minutes.');
console.log('Installing react-scripts from npm...');
console.log('Installing react-ts-scripts from npm...');
console.log();

@@ -123,3 +123,3 @@

'node_modules',
'react-scripts',
'react-ts-scripts',
'scripts',

@@ -134,3 +134,3 @@ 'init.js'

function getInstallPackage(version) {
var packageToInstall = 'react-scripts';
var packageToInstall = 'react-ts-scripts';
var validSemver = semver.valid(version);

@@ -150,3 +150,3 @@ if (validSemver) {

'node_modules',
'react-scripts',
'react-ts-scripts',
'package.json'

@@ -153,0 +153,0 @@ );

{
"name": "create-react-ts-app",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [

@@ -5,0 +5,0 @@ "react"

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