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

social-subscribe

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

social-subscribe - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "social-subscribe",
"version": "0.1.1",
"version": "0.1.2",
"description": "social-subscribe",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,5 +5,9 @@ # Social Subscribe

In it's current state it can help to subscribe users facebook pages. It will give you an event emitter which emits events like "post", "comment" etc. with the
update as soon as there is any activity on pages.
In it's current state it can help to subscribe users facebook pages. It will give you an event emitter which emits
events like "success" and "error". On case of successful subscription "success" event will be emitted. In case of any
error like access token expiry "error" will be emitted with error object containing details of error.
With the [helper functions](#helpers) you can attach handlers to handle facebook notification requests sent to the `callbackURL`
you configure.
## Installation

@@ -78,2 +82,3 @@ You can install this package from npm via following command

### Helpers
Along with subscriptions we are providing helper functions.

@@ -145,5 +150,5 @@

- [ ] Add documentation for Installation
- [ ] Add documentation for How to use
- [X] Add documentation for How to use
- [ ] Add documentation for How it works
- [X] Create NPM package
- [ ] Add code coverage
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