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

@mongoosejs/studio

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongoosejs/studio - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

7

backend/index.js

@@ -12,10 +12,5 @@ 'use strict';

const Dashboard = db.model('__Studio_Dashboard', dashboardSchema, '__studio_dashboards');
const doc = new Dashboard({
name: 'Test',
code: 'Test Code'
});
doc.save().then(res => console.log(res))
const Dashboard = db.model('Studio_Dashboard', dashboardSchema, 'studio__dashboards');
const actions = applySpec(Actions, { db });
return actions;
};

2

package.json
{
"name": "@mongoosejs/studio",
"version": "0.0.27",
"version": "0.0.28",
"dependencies": {

@@ -5,0 +5,0 @@ "archetype": "0.13.0",

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