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

js-mvc-framework

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-mvc-framework - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

1

demonstrament/package.json

@@ -5,3 +5,2 @@ {

"description": "MVC Framework Demonstrament",
"version": "1.1.0",
"license": "ISC",

@@ -8,0 +7,0 @@ "type": "module",

4

development/package.json

@@ -5,3 +5,2 @@ {

"description": "",
"version": "1.1.0",
"license": "ISC",

@@ -11,3 +10,4 @@ "type": "module",

"scripts": {
"start": "nodemon --config nodemon.config.json"
"start": "nodemon --config nodemon.config.json",
"distribute": "rollup --config ./rollup.config.js"
},

@@ -14,0 +14,0 @@ "devDependencies": {

{
"name": "js-mvc-framework",
"author": "Thomas Patrick Welborn",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"scripts": {
"demonstrament": "concurrently \"npm run start --workspace development\" \"npm run start --workspace demonstrament\"",
"development": "npm run start --workspace development"
"demonstrate": "concurrently \"npm run start --workspace development\" \"npm run start --workspace demonstrament\"",
"develop": "npm run start --workspace development",
"distribute": "npm run distribute --workspace development"
},

@@ -10,0 +11,0 @@ "imports": {},

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