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

machinepack-facebook

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-facebook - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "machinepack-facebook",
"version": "1.0.1",
"version": "1.0.2",
"description": "Communicate with Facebook to authenticate, get profile data, friends, likes, and more.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -1,23 +0,9 @@

# machinepack-facebook
![](http://node-machine.org/images/machine-anthropomorph-for-white-bg.png)
Machines for working with the facebook.
This is a [machinepack](http://node-machine.org/), a module which exposes a set of related machines, or special functions with normalized usage which conform to the machine specification, an open standard.
Documentation pages for the machines contained in this module are automatically generated and kept up-to-date on http://node-machine.org.
## Basic Usage
### License
```javascript
var Facebook = require('machinepack-facebook');
Facebook.getLoginUrl({
// ...
})
.exec(function (err, result) {
// ...
});
```
For more info about working with machines, see the [node-machine repo](http://github.com/mikermcneil/node-machine).
## License
MIT © Mike McNeil 2014
MIT
© contributors to this repository
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