Socket
Socket
Sign inDemoInstall

@nestjs/schematics

Package Overview
Dependencies
Maintainers
3
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/schematics - npm Package Compare versions

Comparing version 7.2.4 to 7.2.5

4

dist/lib/provider/provider.factory.js

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

else {
target.className = target.name;
target.className = core_1.strings.classify(target.name);
}

@@ -45,3 +45,3 @@ target.path = core_1.strings.dasherize(location.path);

return (context) => schematics_1.apply(schematics_1.url(core_1.join('./files', options.language)), [
options.spec ? schematics_1.noop() : schematics_1.filter(path => !path.endsWith('.spec.ts')),
options.spec ? schematics_1.noop() : schematics_1.filter((path) => !path.endsWith('.spec.ts')),
schematics_1.template(Object.assign(Object.assign({}, core_1.strings), options)),

@@ -48,0 +48,0 @@ schematics_1.move(options.path),

{
"name": "@nestjs/schematics",
"version": "7.2.4",
"version": "7.2.5",
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",

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

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