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.9.3 to 0.10.0-rc1

lib/adapter.js

35

package.json
{
"name": "sails-disk",
"version": "0.9.3",
"description": "Persistent non-production adapter for Sails.js / Waterline",
"main": "index.js",
"version": "0.10.0-rc1",
"description": "Persistent local-disk adapter for Sails.js / Waterline",
"main": "lib/adapter.js",
"scripts": {
"test": "node test/runner.js"
"test": "node test/runner.js",
"prepublish": "npm prune"
},

@@ -22,13 +23,29 @@ "repository": {

"author": "Mike McNeil",
"contributors": [
{
"name": "Cody Stoltman"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "2.3.0",
"waterline-criteria": "~0.9.7",
"fs-extra": "0.8.1"
"lodash": "~2.4.1",
"waterline-criteria": "~0.10.0",
"waterline-errors": "~0.10.0",
"fs-extra": "~0.8.1",
"async": "~0.2.9"
},
"devDependencies": {
"mocha": "~1.10.0",
"waterline-adapter-tests": "~0.9.4"
"mocha": "~1.13.0",
"waterline-adapter-tests": "~0.10.0",
"captains-log": "~0.11.1"
},
"waterlineAdapter": {
"waterlineVersion": "~0.10.0",
"interfaces": [
"semantic",
"queryable",
"associations"
]
}
}

Sorry, the diff of this file is not supported yet

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