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

firebase-frameworks

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-frameworks - npm Package Compare versions

Comparing version 0.4.2-canary.896e320 to 0.4.2-canary.918b28a

4

dist/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ID_TOKEN_MAX_AGE = exports.COOKIE_MAX_AGE = exports.LRU_TTL = exports.LRU_MAX_INSTANCES = exports.DEFAULT_REGION = exports.FIREBASE_FRAMEWORKS_VERSION = "0.4.2-canary.896e320"
exports.ID_TOKEN_MAX_AGE = exports.COOKIE_MAX_AGE = exports.LRU_TTL = exports.LRU_MAX_INSTANCES = exports.DEFAULT_REGION = exports.FIREBASE_FRAMEWORKS_VERSION = "0.4.2-canary.918b28a"
exports.FIREBASE_ADMIN_VERSION = '^10.1.0';

@@ -8,3 +8,3 @@ exports.FIREBASE_FUNCTIONS_VERSION = '^3.20.1';

exports.LRU_CACHE_VERSION = '^7.8.1';
exports.FIREBASE_FRAMEWORKS_VERSION = "0.4.2-canary.896e320"
exports.FIREBASE_FRAMEWORKS_VERSION = "0.4.2-canary.918b28a"
exports.DEFAULT_REGION = 'us-central1';

@@ -11,0 +11,0 @@ exports.LRU_MAX_INSTANCES = 100;

{
"name": "firebase-frameworks",
"version": "0.4.2-canary.896e320",
"version": "0.4.2-canary.918b28a",
"description": "Experimental addon to the Firebase CLI to add web framework support",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -84,2 +84,18 @@ # Firebase CLI framework-awareness

### Common Configurations
#### Add `cleanUrls` option
By default, a page created on `/pages/foo/bar.jsx` is only accessible through the url `/foo/bar.html`.
To make the page accessible on `/foo/bar` instead, add `cleanUrls` option to your hosting config in firebase.json.
```json
{
"hosting": {
"source": ".",
"cleanUrls": true
}
}
```
# Deploy Angular

@@ -86,0 +102,0 @@

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