Socket
Socket
Sign inDemoInstall

@superawesome/nestjs-schematics

Package Overview
Dependencies
458
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.1-3 to 6.4.1-4

src/lib/entity/entity.factory.d.ts

3

package.json
{
"name": "@superawesome/nestjs-schematics",
"version": "6.4.1-3",
"version": "6.4.1-4",
"description": "Nest - modern, fast, powerful node.js web framework (@schematics) (Superawesome: forked from https://github.com/nestjs/schematics)",

@@ -11,2 +11,3 @@ "main": "index.js",

"build": "rm -rf dist && tsc --project tsconfig.json",
"build:watch": "tsc --project tsconfig.json --watch",
"lint:src": "tslint --project tsconfig.json",

@@ -13,0 +14,0 @@ "lint:test": "tslint --project test/tsconfig.json",

{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"sa-app": {
"factory": "./lib/sa-app/application.factory#main",
"description": "Create a Super Awesome Nest application.",
"schema": "./lib/sa-app/schema.json"
},
"entity": {
"factory": "./lib/entity/entity.factory#main",
"description": "Create an sa-common-nestjs entity.",
"schema": "./lib/entity/schema.json"
},
"application": {

@@ -5,0 +15,0 @@ "factory": "./lib/application/application.factory#main",

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