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

shower

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shower - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

8

package.json
{
"name": "shower",
"description": "Shower HTML presentation engine",
"version": "2.7.0",
"version": "2.7.1",
"author": {

@@ -30,4 +30,4 @@ "name": "Vadim Makeev",

"dependencies": {
"@shower/material": "^2.2.1",
"@shower/ribbon": "^3.2.2",
"@shower/material": "^2.2.2",
"@shower/ribbon": "^3.2.3",
"shower-core": "^2.1.0"

@@ -37,3 +37,3 @@ },

"path-exists-cli": "^1.0.0",
"shower-cli": "^0.2.6"
"@shower/cli": "^0.2.6"
},

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

@@ -32,8 +32,7 @@ # Shower Presentation Template [![Build Status](https://travis-ci.org/shower/shower.svg?branch=master)](https://travis-ci.org/shower/shower)

1. Сlone this repository `git clone --depth=1 git@github.com:shower/shower.git`, (`--depth=1` will make it way faster).
2. [Create](https://github.com/new) a new blank repository and copy its cloning address `git@github.com:USER/REPO.git`.
3. Change remote of your local clone to the one you’ve just copied `git remote set-url origin git@github.com:USER/REPO.git`.
4. Push your local clone to GitHub `git push -u origin master`.
6. Install dependencies `npm install` and start it `npm start`.
### Get your own Shower
1. Copy Shower in your account via [GitHub](#copy-via-github) or via [CLI](#copy-via-cli)
2. Install dependencies `npm install` and start it `npm start`.
Once you’re done you can build a clean copy of your slides:

@@ -49,2 +48,16 @@

#### Copy via GitHub
1. Open [import page](https://github.com/new/import).
2. For the repository URL use `https://github.com/shower/shower`.
3. For the name use any name you want, your presentation name would be the best.
4. Clone the resulted repository to your computer.
#### Copy via CLI
1. Сlone this repository `git clone --depth=1 git@github.com:shower/shower.git`, (`--depth=1` will make it way faster).
2. [Create](https://github.com/new) a new blank repository and copy its cloning address `git@github.com:USER/REPO.git`.
3. Change remote of your local clone to the one you’ve just copied `git remote set-url origin git@github.com:USER/REPO.git`.
4. Push your local clone to GitHub `git push -u origin master`.
## Usage Examples

@@ -51,0 +64,0 @@

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