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

@rush-partners/ft-js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rush-partners/ft-js-sdk

JS-SDK

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
3
Weekly downloads
 
Created
Source

Project: FT JS-SDK

This repository creates the JSDK library used to pull in our plugin architecture from FS Apps

  • https://developers.facebook.com/docs/javascript

It will follow a scheme similar to Facebook Plugins

Start

  • npm install
  • npm run start

Build

Create a dist folder

  • npm run build

Publishing the NPM

This should only be done by David or Ian

Any files with a package.json file can be published on NPM

You can test your local user with

  • npm config ls

Versioining is an critical point of using NPM, update the version with the following commands, this will also create a tag in GIT. We will employ semantic versioning (semver) https://docs.npmjs.com/getting-started/semantic-versioning so choose the command that relates to the bump.

  • npm version patch
  • npm version minor
  • npm version major

To push the tags use

  • git push --follow-tags

Login to NPM, run the command below and enter the user and pass

  • npm login

Org scoping, this should already be set up but documenting

  • npm config set scope rush-partners --global

To publish use in the directory root with a package.json

  • npm publish

Remove package

  • npm unpublish --force

Facebook examples include:

  • Enables you to use the Like Button and other Social Plugins on your site.
  • Enables you to use Facebook Login to lower the barrier for people to sign up on your site.
  • Makes it easy to call into Facebook's Graph API.
  • Launch Dialogs that let people perform various actions like sharing stories.
  • Facilitates communication when you're building a game or an app tab on Facebook.

Very old source code: https://github.com/facebookarchive/facebook-js-sdk/tree/deprecated

Todo

  • Need to address local VS Code settings so it lints correctly

FAQs

Package last updated on 26 Mar 2018

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