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

estoolbox

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estoolbox - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

7

CHANGELOG.md

@@ -6,2 +6,9 @@

## 0.2.0
### Features and Improvements
* Removal of incomplete features to ensure the quality of code is kep up.
## 0.1.1

@@ -8,0 +15,0 @@

2

package.json
{
"name": "estoolbox",
"description": "A collection of libraries intended to augment the development of ES2015 targeted applications.",
"version": "0.1.1",
"version": "0.2.0",
"main": "./src/js/main.js",

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

# [ESToolbox](https://dbtedman.github.io/estoolbox/) `v0.1.1` [![Build Status](https://travis-ci.org/dbtedman/estoolbox.svg?branch=master)](https://travis-ci.org/dbtedman/estoolbox) [![NPM Version](https://img.shields.io/npm/v/estoolbox.svg)](https://www.npmjs.com/package/estoolbox)
# [ESToolbox](https://dbtedman.github.io/estoolbox/) `v0.2.0` [![Build Status](https://travis-ci.org/dbtedman/estoolbox.svg?branch=master)](https://travis-ci.org/dbtedman/estoolbox) [![NPM Version](https://img.shields.io/npm/v/estoolbox.svg)](https://www.npmjs.com/package/estoolbox)

@@ -43,50 +43,4 @@ A collection of libraries intended to augment the development of Modern JS (ES6+) targeted applications.

### Animated Transcript (preview)
> This scss example assumes you have added estoolbox to your load path, such that estoolbox maps to associated the node_modules directory.
Provides the ability to animate the display of a transcript alongside html5 videos.
### [Carousel](src/carousel.js) (preview)
Provides a responsive continuous image carousel.
```html
<div class="my-carousel carousel">
<button class="carousel-move-left"></button>
<div class="carousel-fixed-container">
<div class="carousel-flexible-content">
<ul>
<li>
<!-- Your carousel item content here. -->
</li>
<!-- ... -->
</ul>
</div>
</div>
<button class="carousel-move-right"></button>
</div>
```
```javascript
import {Carousel} from "estoolbox";
Carousel.run(".my-carousel");
```
```scss
@import "estoolbox/carousel";
.my-carousel {
@include carousel();
}
```
### Highlight Words (preview)
Provides the ability to highlight words in a given block of text.
### Media Upload (preview)
Provides the ability to handle drag and drop media uploads.
### [Router](src/router.js)

@@ -93,0 +47,0 @@

@@ -6,7 +6,5 @@ //

import Affix from "./affix";
import Carousel from "./carousel";
import Router from "./router";
exports.Affix = Affix;
exports.Carousel = Carousel;
exports.Router = Router;
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