New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sworm

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sworm - npm Package Compare versions

Comparing version 2.13.0 to 2.13.1

2

outstandingQueries.js

@@ -25,6 +25,4 @@ /**

this.queries++;
console.log('started query', this.queries);
return promiseFinally(p, function () {
self.queries--;
console.log('finished query', self.queries);
if (self.queries === 0 && self._whenFinished) {

@@ -31,0 +29,0 @@ self._whenFinished();

2

package.json
{
"name": "sworm",
"version": "2.13.0",
"version": "2.13.1",
"description": "a lightweight write-only ORM for MSSQL, MySQL, PostgreSQL, Oracle, Sqlite 3",

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

@@ -323,3 +323,3 @@ # SWORM [![npm version](https://img.shields.io/npm/v/sworm.svg)](https://www.npmjs.com/package/sworm) [![npm](https://img.shields.io/npm/dm/sworm.svg)](https://www.npmjs.com/package/sworm) [![Build Status](https://travis-ci.org/featurist/sworm.svg?branch=master)](https://travis-ci.org/featurist/sworm)

function: addPerson(person) {
addPerson: function(person) {
this.people = this.people || [];

@@ -326,0 +326,0 @@ person.address = this;

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