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

react-ts-app

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ts-app - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

bin/utils/writeAppFiles.js

@@ -6,3 +6,3 @@ const fs = require('fs-extra');

const filesToCopy = ['.babelrc', '.gitignore', 'index.tsx', 'tsconfig.json'];
const filesToCopy = ['.babelrc', 'index.tsx', 'tsconfig.json'];

@@ -15,4 +15,6 @@ const writeAppFiles = () => {

}
fs.writeFile(`${targetFolder}/.gitignore`, 'node_modules', () => {});
};
module.exports = writeAppFiles;
{
"name": "react-ts-app",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/mbrn/react-ts-app#readme",

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