Socket
Socket
Sign inDemoInstall

@ng-toolkit/serverless

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-toolkit/serverless - npm Package Compare versions

Comparing version 1.1.38 to 1.1.39

4

package.json
{
"author": "Maciej Treder <contact@maciejtreder.com>",
"name": "@ng-toolkit/serverless",
"version": "1.1.38",
"version": "1.1.39",
"description": "Angular Universal PWA boilerplate for serverless environment.",

@@ -34,3 +34,3 @@ "repository": {

"@angular-devkit/schematics": "^0.6.3",
"@ng-toolkit/_utils": "^1.1.38",
"@ng-toolkit/_utils": "^1.1.39",
"@schematics/angular": "^0.6.3",

@@ -37,0 +37,0 @@ "bugsnag": "^2.3.1"

@@ -16,3 +16,3 @@ // generated by @ng-toolkit/serverless

libraryTarget: 'commonjs2',
path: path.join(__dirname, '__distFolder__'),
path: path.join(__dirname, '__distFolder__/'),
filename: '[name].js'

@@ -19,0 +19,0 @@ },

@@ -99,2 +99,3 @@ "use strict";

let firebaseProjectSettings = {};
console.log(options);
if (options.firebaseProject) {

@@ -101,0 +102,0 @@ firebaseProjectSettings = {

@@ -120,2 +120,3 @@ import {

let firebaseProjectSettings = {};
console.log(options);
if (options.firebaseProject) {

@@ -122,0 +123,0 @@ firebaseProjectSettings = {

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