Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nest-pret-schematics

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nest-pret-schematics - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

dist/application/application.factory.d.ts

6

package.json
{
"name": "nest-pret-schematics",
"version": "0.1.1",
"version": "0.2.0",
"description": "Schematics for scaffolding a Nest Pret App.",

@@ -13,3 +13,3 @@ "author": "Ricardo Simioni",

"build": "tsc -p tsconfig.schematics.json",
"postbuild": "copyfiles ./*/schema.json ./*/files/** ./collection.json ../dist/nest-pret-schematics"
"postbuild": "copyup src/*/schema.json src/*/files/**/** src/collection.json dist/"
},

@@ -20,3 +20,3 @@ "peerDependencies": {

},
"schematics": "./collection.json",
"schematics": "./dist/collection.json",
"devDependencies": {

@@ -23,0 +23,0 @@ "copyfiles": "file:../../node_modules/copyfiles",

@@ -17,4 +17,4 @@ {

"noUnusedLocals": true,
"rootDir": ".",
"outDir": "../dist/nest-pret-schematics",
"rootDir": "./src",
"outDir": "./dist",
"skipDefaultLibCheck": true,

@@ -30,7 +30,7 @@ "skipLibCheck": true,

"include": [
"./**/*"
"./src/**/*"
],
"exclude": [
"./*/files/**/*"
"./src/*/files/**/*"
]
}
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