Socket
Socket
Sign inDemoInstall

sails-disk

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.9.0

5

index.js

@@ -30,2 +30,7 @@ /*---------------------------------------------------------------

// Allow a schemaless datastore
defaults: {
schema: false
},
// File path for disk file output

@@ -32,0 +37,0 @@ filePath: '.tmp/disk.db',

10

package.json
{
"name": "sails-disk",
"version": "0.1.0",
"version": "0.9.0",
"description": "Persistent non-production adapter for Sails.js / Waterline",

@@ -25,10 +25,10 @@ "main": "index.js",

"dependencies": {
"lodash": "~1.2.1",
"waterline-criteria": "0.0.0",
"fs-extra": "~0.6.1"
"lodash": "1.2.1",
"waterline-criteria": "~0.9.0",
"fs-extra": "0.6.1"
},
"devDependencies": {
"mocha": "~1.10.0",
"waterline-adapter-tests": "~0.0.0"
"waterline-adapter-tests": "0.9.0"
}
}
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