Socket
Socket
Sign inDemoInstall

mediapicker

Package Overview
Dependencies
23
Maintainers
9
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mediapicker

Library for handling file uploads


Version published
Weekly downloads
0
decreased by-100%
Maintainers
9
Install size
47.3 MB
Created
Weekly downloads
 

Readme

Source

Media Picker

Media Picker is Atlassian's toolkit for getting your customer's files to the Media API.

Documentation

You can read documentation on this page.

Setup

Install the dependencies:

$ yarn

Ensure you are logged in adev. Just click here, this will store the credentials in the cookie which are needed by the playground to autenticate against MediaPicker.

Development

  • Watch for changes and start the server:
$ yarn dev
  • Open the examples
http://127.0.0.1:8081/example/popup.html

Open Chrome in unsafe mode in order to override Access-Control-Allow-Origin restrictions when using localhost:

open -a Google\ Chrome\ Canary --args --disable-web-security --user-data-dir

Testing

$ yarn test

Releasing

Changelog

Ensure that the ./CHANGELOG.md file contains a valid version entry with details. Short messages are best but if you need to add more detail, do so. Consumers should be able to use the changelog as well as the ./docs folder to self serve upgrades.

default

Running bump without any argument will bump a patch version

$ yarn bump

specifying version

You can optionally specify a semver version <newversion> | major | minor | patch

$ yarn bump -- major
$ yarn bump -- 3.2.1

publish

npm publish

FAQs

Last updated on 19 Dec 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc