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

pirate

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pirate - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

8

package.json
{
"name": "pirate",
"version": "0.5.0",
"version": "0.6.0",
"description": "A simple storage interface with adapters for different storage systems",
"main": "index.coffee",
"main": "src/index.coffee",
"directories": {

@@ -11,4 +11,4 @@ "test": "test"

"fairmont": "~0.1.1",
"mongodb": "~1.2.13",
"mutual": "~0.0.2"
"mongodb": "1.2.x",
"mutual": "0.2.x"
},

@@ -15,0 +15,0 @@ "devDependencies": {},

@@ -13,2 +13,4 @@ Pirate provides a simple key-value oriented storage interface with adapters for a variety of storage systems. This simplifies the interface to storage technologies and makes it easier to move between them. Obviously, many of the more sophisticated features of these systems are lost in the process, but the underlying storage implementation can always be accessed when necessary.

[0]:http://github.com/dyoder/mutual
For example, here's a simple program to `put` and `get` and object from MongoDB.

@@ -15,0 +17,0 @@

Sorry, the diff of this file is not supported yet

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