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

core-mvc

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-mvc - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

src/application.ts

11

cspell.json
{
"version": "0.2",
"language": "en,de,fr,it",
"dictionaries": ["german", "corp-terms", "fonts"],
"dictionaries": [
"german",
"corp-terms",
"fonts"
],
"words": [
"Antal",
"codepaths",
"inversify",
"István",
"Parens",
"postversion",
"tsbuildinfo",
"tscache",
"postversion"
"tscache"
],

@@ -14,0 +19,0 @@ "ignorePaths": [

{
"name": "core-mvc",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple but powerful MVC framework for NodeJS.",

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

"cspell": "^5.13.0",
"graphql": "^15.7.2",
"husky": "^7.0.4",

@@ -21,2 +22,4 @@ "prettier": "^2.4.1",

"peerDependencies": {
"inversify": "^6.0.1",
"inversify-binding-decorators": "^4.0.0",
"reflect-metadata": "^0.1.13"

@@ -48,3 +51,6 @@ },

},
"homepage": "https://github.com/istvan-xyz/core-mvc#readme"
"homepage": "https://github.com/istvan-xyz/core-mvc#readme",
"optionalDependencies": {
"apollo-server-core": "^3.5.0"
}
}

@@ -14,3 +14,3 @@ {

/* Language and Environment */
"target": "es5" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"target": "ES2019" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"lib": [

@@ -58,3 +58,3 @@ "ESNext"

// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
"downlevelIteration": false /* Emit more compliant, but verbose and less performant JavaScript for iteration. */,
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */

@@ -61,0 +61,0 @@ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */

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