Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 2.4.0

6

package.json
{
"name": "ipwa",
"version": "2.3.0",
"version": "2.4.0",
"author": "Sreeram Padmanabhan",

@@ -21,4 +21,4 @@ "license": "ISC",

"build:docker": "docker-compose -f infra/docker/docker-compose.yml up --build",
"build:helm": "helm install $PROJECT_NAME infra/helm",
"build:helm:uninstall": "helm uninstall $PROJECT_NAME",
"build:helm": "helm install $HELM_APP_NAME infra/helm",
"build:helm:uninstall": "helm uninstall $HELM_APP_NAME",
"test": "jest --coverage",

@@ -25,0 +25,0 @@ "test:watch": "jest --watch",

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

3. Create new firebase project and set FIREBASE_APP 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, DOCKER_IMAGE_NAME and DOCKER_PASS secrets
7. Run npm run test:cypress:open, create a new project and set CYPRESS_PROJECT_ID and CYPRESS_TOKEN secrets
8. Integrate project with Percy and set PERCY_TOKEN env variable
9. Sign up to npm and set NPM_TOKEN
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`, `DOCKER_IMAGE_NAME` and `DOCKER_PASS` secrets
7. Run npm run test:cypress:open, create a new project and set `CYPRESS_PROJECT_ID` and `CYPRESS_TOKEN` secrets
8. Integrate project with Percy and set `PERCY_TOKEN` env variable
9. Sign up to npm and set `NPM_TOKEN`
10. create new Github project and push
# Detailed Instructions
## Run locally normally

@@ -80,2 +84,4 @@

Set `HELM_APP_NAME` environment variable.
Run locally:

@@ -82,0 +88,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