You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

spectacle-editor-viewer

Package Overview
Dependencies
Maintainers
23
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spectacle-editor-viewer

Viewer component for Spectacle Editor presentation files

0.2.0
latest
npm
Version published
Weekly downloads
11
-84.72%
Maintainers
23
Weekly downloads
 
Created
Source

spectacle-editor-viewer

A component for viewing a Spectacle Editor presentation.

Development

Code Quality

$ npm run lint

Run demo

You can run a live demo of the component with test data:

$ npm start
$ open localhost:3000

To test different decks, replace the demo/test.json file.

Release

Versioning should adhere to semver principles.

# Checkout master and check code quality
$ git checkout master
$ npm run lint

# Build lib/
$ npm run build

# Increase version according to Semver
$ npm version major|minor|patch

# Commit and release
$ git push origin master
$ npm publish

FAQs

Package last updated on 12 Sep 2017

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