New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipwa

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipwa - npm Package Compare versions

Comparing version 2.25.0 to 2.26.0

2

package.json
{
"name": "ipwa",
"version": "2.25.0",
"version": "2.26.0",
"author": "Sreeram Padmanabhan",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -26,3 +26,3 @@ ![Pipeline](https://github.com/jsDrome/ipwa/workflows/Build/badge.svg?branch=master)

12. Deployable in Dockerhub and Github Container Registry
13. Deployable in Google Container Registry using Terraform(WIP)
13. Deployable in Google Container Registry using Terraform (WIP)
14. Deployable in npm and Github Package Register as npm package.

@@ -38,16 +38,17 @@ 15. Integrated with Google Analytics

1. Install ipwa - `npm i -g ipwa`
2. Spawn a new ipwa app - `ipwa my-app`
3. Create new firebase project and set `FIREBASE_APP_NAME` and `FIREBASE_TOKEN` secrets
4. Create new heroku app and set `HEROKU_APP_NAME` and `HEROKU_API_KEY` secrets
5. Integrate project with Codecov and set `CODECOV_TOKEN` secret
6. Sign up to Docker and set `DOCKER_USER` and `DOCKER_PASS` secrets, also set `GITHUB_DOCKER_IMAGE_NAME` & `DOCKERHUB_DOCKER_IMAGE_NAME` in `./.github/workflows/build-master.yml`.
7. Run npm run test:cypress:open, create a new project and set `CYPRESS_PROJECT_ID` and `CYPRESS_TOKEN` secrets
8. Set your stage url in .configrc
9. Integrate project with Percy and set `PERCY_TOKEN` env variable
10. Sign up to npm and set `NPM_TOKEN`
11. Sign up to expo and set `EXPO_USER` and `EXPO_PASS`
11. Create new Github project, make sure Github actions are enabled, initiate, add, commit, push.
- Create a new project in Github. Do not push anything yet.
- Create new Codecov app and set `CODECOV_TOKEN` secret in Github. This is where our unit test reports are stored.
- Create new Heroku app and set `HEROKU_APP_NAME` and `HEROKU_API_KEY` secrets in Github. This is where our app will be staged.
- Set your stage url in .configrc
- Run `npm run test:cypress:open`, create a new project in Cypress and set `CYPRESS_PROJECT_ID` and `CYPRESS_TOKEN` secrets in Github.
- Create new Percy app and set `PERCY_TOKEN` secrets in Github. This is where our visual regression test reports are stored.
- Sign up to Docker and set `DOCKER_USER` and `DOCKER_PASS` secrets in Github. This is where our docker image is pushed.
- Set `GITHUB_DOCKER_IMAGE_NAME` & `DOCKERHUB_DOCKER_IMAGE_NAME` in `./.github/workflows/build-master.yml`. The docker image above will be pushed to Github package registry as well.
- Sign up to npm and set `NPM_TOKEN` secret in Github.
- Sign up to expo and set `EXPO_USER` and `EXPO_PASS` secrets in Github. This is where our expo app will be published.
- Create new firebase app and set `FIREBASE_APP_NAME` and `FIREBASE_TOKEN` secrets in Github. This will be our production environment.
- Install ipwa globally - `npm i -g ipwa`
- Spawn a new ipwa app - `ipwa my-app`
- Push the new project you just created to Github.
# Detailed Instructions

@@ -54,0 +55,0 @@

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