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.2.0 to 2.3.0

5

cli.js

@@ -25,2 +25,6 @@ #!/usr/bin/env node

const removeReadme = () => {
fs.unlinkSync(`./ipwa-master/readme.md`);
}
const showLoader = msg => {

@@ -40,2 +44,3 @@ const colors = [ 'green', 'yellow', 'blue', 'magenta', 'cyan' ];

overWritePackage();
removeReadme();
exec(`mv ipwa-master ${folderName}`, () => {

@@ -42,0 +47,0 @@ showLoader(`Installing dependencies for ${folderName}`);

8

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

@@ -268,3 +268,4 @@ "license": "ISC",

"style",
"test"
"test",
"cli"
]

@@ -309,5 +310,4 @@ ]

"files": [
"cli.js",
"ipwa.tar.gz"
"cli.js"
]
}

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

3. You need to sign up for: Codecov, Cypress, Percy, Dockerhub, Heroku, Firebase and npm and get the respective tokens.
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
10. create new Github project and push
4. Set the environment secrets in Github.
5. Push
## Run locally normally

@@ -57,0 +60,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