Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sails-disk

Package Overview
Dependencies
Maintainers
4
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.10 to 1.0.0-0

.editorconfig

21

package.json
{
"name": "sails-disk",
"version": "0.10.10",
"version": "1.0.0-0",
"description": "Persistent local-disk adapter for Sails.js / Waterline",
"main": "lib/adapter.js",
"main": "index.js",
"scripts": {

@@ -31,16 +31,13 @@ "test": "rm -rf .tmp && node test/runner.js",

"dependencies": {
"lodash": "3.10.1",
"waterline-criteria": "~1.0.1",
"waterline-errors": "~0.10.1",
"fs-extra": "0.30.0",
"async": "~0.2.9",
"waterline-cursor": "~0.0.6"
"@sailshq/lodash": "^3.10.2",
"async": "2.0.1",
"machinepack-fs": "^8.0.2",
"nedb": "1.8.0"
},
"devDependencies": {
"mocha": "~2.5.3",
"waterline-adapter-tests": "~0.12.0",
"captains-log": "~0.11.1"
"mocha": "3.0.2",
"waterline-adapter-tests": "^0.12.1"
},
"waterlineAdapter": {
"waterlineVersion": "~0.10.0",
"waterlineVersion": "^0.12.0",
"interfaces": [

@@ -47,0 +44,0 @@ "semantic",

@@ -1,28 +0,26 @@

# Sails-Disk <a href="http://en.wikipedia.org/wiki/Embedded_database"><img src="http://beta.sailsjs.org/images/icon_hardisk.png" title="sails-disk"/></a>
# sails-disk <a href="http://en.wikipedia.org/wiki/Embedded_database"><img src="http://sailsjs.com/images/icon_hardisk.png" title="sails-disk"/></a>
A local disk adapter for the Sails framework and Waterline ORM. Functions as a persistent object store which works great as a bundled, starter database (with the strict caveat that it is for non-production use only). It is bundled by default in new Sails projects.
A local disk adapter for the Sails framework and Waterline ORM. Functions as a persistent object store which works great as a bundled, starter database (with the strict caveat that it is for non-production use only). It is bundled with the `sails-hook-orm` hook that is included by default in new Sails projects.
## Help
#### More Resources
If you have further questions or are having trouble, click [here](http://sailsjs.com/support).
- [Stackoverflow](http://stackoverflow.com/questions/tagged/sails.js)
- [#sailsjs on Freenode](http://webchat.freenode.net/) (IRC channel)
- [Twitter](https://twitter.com/sailsjs)
- [Professional/enterprise](https://github.com/balderdashy/sails-docs/blob/master/FAQ.md#are-there-professional-support-options)
- [Tutorials](https://github.com/balderdashy/sails-docs/blob/master/FAQ.md#where-do-i-get-help)
- [Waterline (ORM)](http://github.com/balderdashy/waterline)
- [Sails.js Project Home](http://sailsjs.org)
## Bugs &nbsp; [![NPM version](https://badge.fury.io/js/sails-disk.svg)](http://npmjs.com/package/sails-disk)
To report a bug, [click here](http://sailsjs.com/bugs).
#### License
**[MIT](./LICENSE)**
&copy; 2016
[Mike McNeil](http://mikermcneil.com), [Balderdash](http://balderdash.co) & contributors
## Contributing
[Sails](http://sailsjs.org) is free and open-source under the [MIT License](http://sails.mit-license.org/).
Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/contribute) when opening issues or submitting pull requests.
[![NPM](https://nodei.co/npm/sails-disk.png?downloads=true)](http://npmjs.com/package/sails-disk)
![image_squidhome@2x.png](http://i.imgur.com/RIvu9.png)
## License
The [Sails framework](http://sailsjs.com) is free and open-source under the [MIT License](http://sailsjs.com/license).

Sorry, the diff of this file is not supported yet

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