Socket
Socket
Sign inDemoInstall

follicle

Package Overview
Dependencies
16
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 2.0.0-0

2

build/lib/clients/nedbclient.js

@@ -12,3 +12,3 @@ "use strict";

var _nedb = _interopRequireDefault(require("nedb"));
var _nedb = _interopRequireDefault(require("@seald-io/nedb"));

@@ -15,0 +15,0 @@ var _client = _interopRequireDefault(require("./client"));

@@ -12,3 +12,3 @@ {

],
"version": "1.2.2",
"version": "2.0.0-0",
"description": "A class-based ES6 ODM for Mongo-like databases.",

@@ -55,2 +55,3 @@ "author": {

"@react-native-community/async-storage": "^1.12.1",
"@seald-io/nedb": "^2.0.0-1",
"centimaitre": "^1.0.4",

@@ -64,3 +65,2 @@ "chai": "^4.3.4",

"mongodb": "^3.6.5",
"nedb": "^1.8.0",
"nyc": "^15.1.0",

@@ -67,0 +67,0 @@ "react-native-local-mongodb": "^2.2.9",

import * as path from 'path'
import * as fs from 'fs'
import Datastore from 'nedb'
import Datastore from '@seald-io/nedb'
import DatabaseClient from './client'

@@ -5,0 +5,0 @@ import temp from 'temp'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc