Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

arpeggio

Package Overview
Dependencies
8
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

9

lib/baseModels/CollectionModel.js

@@ -288,12 +288,11 @@ 'use strict';

this.models.forEach(function (m) {
keysToDelete.push(m.getKey());
keysToDelete.push(m.key);
});
debugger;
_context4.next = 5;
_context4.next = 4;
return this.adapter.destroyMany(this.type, keysToDelete);
case 5:
case 4:
return _context4.abrupt('return', this);
case 6:
case 5:
case 'end':

@@ -300,0 +299,0 @@ return _context4.stop();

{
"name": "arpeggio",
"version": "0.0.5",
"version": "0.0.6",
"description": "extremely opinionated ORM/ODM",

@@ -5,0 +5,0 @@ "main": "lib/arpeggio.js",

@@ -84,5 +84,4 @@ /**

this.models.forEach(m => {
keysToDelete.push(m.getKey())
keysToDelete.push(m.key)
})
debugger
await this.adapter.destroyMany(this.type, keysToDelete)

@@ -89,0 +88,0 @@ return this

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