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.21.0 to 2.22.0

53

package.json
{
"name": "ipwa",
"version": "2.21.0",
"version": "2.22.0",
"author": "Sreeram Padmanabhan",
"license": "ISC",
"description": "isomorphic progressive web app generator",
"description": "🚀 Isomorphic Progressive Web Apps supercharged!",
"homepage": "https://github.com/jsDrome/ipwa#readme",

@@ -35,2 +35,3 @@ "main": "node_modules/expo/AppEntry.js",

"release:npm": "sh ./scripts/release_npm.sh",
"release:expo": "sh ./scripts/release_expo.sh",
"release:helm": "sh ./scripts/release_helm.sh",

@@ -311,3 +312,49 @@ "firebase:serve": "firebase serve",

"cli.js"
]
],
"firebase": {
"hosting": {
"public": "_dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**/*.@(js|css|jpg|jpeg|gif|png)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000"
}
]
},
{
"source": "/service-worker.js",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
}
],
"redirects": [
{
"source": "index.js",
"destination": "404.html",
"type": 301
}
],
"rewrites": [
{
"source": "**",
"function": "myExpressApp"
}
]
},
"functions": {
"source": "_dist"
}
}
}
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