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

hoodie-plugin-paranoia

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoodie-plugin-paranoia

Paranoia Hoodie plugin

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

hoodie-plugin-paranoia

Build Status Dependencies devDependency Status Code Climate

Dependencies

  hoodie install hoodie-plugin-paranoia

for cordova/phonegap users

  bower install hoodie-plugin-paranoia

Setup client

 <script src="/_api/_files/hoodie.js"></script>

for cordova/phonegap users

  <script src="<bowerdir>/hoodie/dist/hoodie.js"></script>
  <script src="<bowerdir>/hoodie-plugin-paranoia/hoodie.paranoia.js"></script>

API (Dream Code)

  • hoodie.paranoia.follow(login)
  • hoodie.paranoia.unfollow(login)
  • hoodie.paranoia.post({text: 'text'}, /opitional/ {type: [plugin.enum]})
  • hoodie.paranoia.getPost({id: 'postId')
  • hoodie.paranoia.updatePost({id: 'postId',text: 'text'}, /opitional/ {type: [plugin.enum]})
  • hoodie.paranoia.deletePost({id: 'postId'}, /opitional/ {type: [plugin.enum]})
  • hoodie.paranoia.comment(postId, {text:'text'})
  • hoodie.paranoia.updateComment({ id: 'postId'}, {id: 'commentId'})
  • hoodie.paranoia.deleteComment({ id: 'postId'}, {id: 'commentId'})
  • hoodie.paranoia.count(postId, [type.enum])
  • hoodie.paranoia.uncount(postId, [type.enum])
  • hoodie.paranoia.like(postId)
  • hoodie.paranoia.unlike(postId)
  • hoodie.paranoia.feed(postId)
  • hoodie.paranoia.share(postId)
  • hoodie.paranoia.abuse(postId)
  • hoodie.paranoia.following(/opitional/ login)
  • hoodie.paranoia.followers(/opitional/ login)
  • hoodie.paranoia.getProfile(/opitional/ login)
  • hoodie.paranoia.updateProfile(/opitional/ login, profileObject)

FAQs

Package last updated on 08 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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