Socket
Socket
Sign inDemoInstall

sails-disk

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-disk - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

4

lib/database.js

@@ -209,3 +209,5 @@ /**

state.data[collectionName].map(function (values) {
self.collections[collectionName]._cast.run(values);
if (self.collections[collectionName]) {
self.collections[collectionName]._cast.run(values);
}
});

@@ -212,0 +214,0 @@ }

{
"name": "sails-disk",
"version": "0.10.6",
"version": "0.10.7",
"description": "Persistent local-disk adapter for Sails.js / Waterline",

@@ -5,0 +5,0 @@ "main": "lib/adapter.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