New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

feathers-blob

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-blob - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

19

package.json
{
"name": "feathers-blob",
"description": "Feathers `abstract-blob-store` Service",
"version": "1.0.2",
"homepage": "https://github.com/ahdinosaur/feathers-blob",
"description": "Feathers blob service",
"version": "1.0.3",
"homepage": "https://github.com/feathersjs/feathers-blob",
"main": "lib/",
"keywords": [
"feathers",
"feathers-plugin"
"feathers-plugin",
"blob",
"abstract-blob-store",
"fs",
"s3",
"file",
"files",
"binary"
],

@@ -14,3 +21,3 @@ "license": "MIT",

"type": "git",
"url": "git://github.com/ahdinosaur/feathers-blob.git"
"url": "git://github.com/feathersjs/feathers-blob.git"
},

@@ -24,3 +31,3 @@ "author": {

"bugs": {
"url": "https://github.com/ahdinosaur/feathers-blob/issues"
"url": "https://github.com/feathersjs/feathers-blob/issues"
},

@@ -27,0 +34,0 @@ "engines": {

# feathers-blob
[![Build Status](https://travis-ci.org/ahdinosaur/feathers-blob.png?branch=master)](https://travis-ci.org/ahdinosaur/feathers-blob-store)
[![Build Status](https://travis-ci.org/feathersjs/feathers-blob.png?branch=master)](https://travis-ci.org/feathersjs/feathers-blob)

@@ -22,3 +22,3 @@ > [Feathers](http://feathersjs.com) [`abstract blob store`](https://github.com/maxogden/abstract-blob-store) service

- `options.Model` is an instantiated interface [that implements the `abstract-blob-store` API)
- `options.Model` is an instantiated interface [that implements the `abstract-blob-store` API](https://github.com/maxogden/abstract-blob-store#api)
- `options.id` is a string 'key' for the blob identifier.

@@ -25,0 +25,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