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

ddapac-react

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddapac-react - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

dist/.gitignore

8

dist/README.md

@@ -5,4 +5,10 @@ >🚨🚨 This project is still under development 🚨🚨

Ever wanted to break away from create-react-app and use a react boilerplate made by a lone gunslinging code monkey 🔫🐒? Then this is the boilerplate for you.
Ever wanted to break away from create-react-app and use a react boilerplate made by a lone gunslinging code monkey 🔫🐒? Then this is the boilerplate for you.
Try it out using npx and our custom installer:
`npx ddapac-react <project-name>`
[Check it out on npm](https://www.npmjs.com/package/ddapac-react)
**The Tools**

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

6

dist/src/App.state.ts

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

export default {
const AppState: AppState = {
//This is where your global state goes

@@ -7,2 +7,4 @@ //It's just a JS object so weave it together however you like!

//User: null,
};
};
export default AppState;
interface AppState {
}
interface ReducerAppState {
}
{
"name": "ddapac-react",
"version": "1.0.8",
"version": "1.0.9",
"description": "An npm installer for Deloitte Digital's React Boilerplate",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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