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

opadatabase

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opadatabase - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -10,3 +10,2 @@ let MongoClient = require("mongodb").MongoClient;

static initDataBase(dbUrlOpa,dbaseOpa){
console.log("静态方法");
if(dbUrlOpa){

@@ -31,3 +30,2 @@ dbUrl = dbUrlOpa;

this.dbaseStore = dbaseStore;
console.log("dbaseStore",this.dbaseStore)
resolve(this.dbaseStore)

@@ -34,0 +32,0 @@ })

2

package.json
{
"name": "opadatabase",
"version": "1.0.3",
"version": "1.0.4",
"description": "koa封装操作mongodb数据库",

@@ -5,0 +5,0 @@ "main": "index.js",

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