Socket
Socket
Sign inDemoInstall

@ng-toolkit/serverless

Package Overview
Dependencies
247
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

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

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

"@angular-devkit/schematics": "^0.6.3",
"@ng-toolkit/_utils": "^1.1.0",
"@ng-toolkit/_utils": "^1.1.1",
"@schematics/angular": "^0.6.3"

@@ -37,0 +37,0 @@ },

@@ -143,3 +143,3 @@ "use strict";

});
return schematics_1.chain(rules);
return _utils_1.applyAndLog(schematics_1.chain(rules));
}

@@ -146,0 +146,0 @@ exports.default = addServerless;

@@ -5,3 +5,3 @@ import {

import {
addDependencyToPackageJson, addOrReplaceScriptInPackageJson, addOpenCollective, updateGitIgnore,
applyAndLog, addDependencyToPackageJson, addOrReplaceScriptInPackageJson, addOpenCollective, updateGitIgnore,
createOrOverwriteFile, addEntryToEnvironment, getMethodBody, updateMethod, addMethod, addImportStatement, getDistFolder, isUniversal, getBrowserDistFolder, getServerDistFolder, implementInterface, addParamterToMethod, getNgToolkitInfo, updateNgToolkitInfo

@@ -171,3 +171,3 @@ } from '@ng-toolkit/_utils';

});
return chain(rules);
return applyAndLog(chain(rules));
}

@@ -174,0 +174,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc