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

jquery-roadmap

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-roadmap - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/jquery.roadmap.js

7

package.json
{
"name": "jquery-roadmap",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple timeline plugin for jQuery",
"main": "src/jquery.timeline.js",
"main": "src/jquery.roadmap.js",
"repository": {
"type": "git",
"url": "https://github.com/stefanomarra/jquery-timeline"
"url": "https://github.com/stefanomarra/jquery-roadmap"
},

@@ -14,2 +14,3 @@ "keywords": [

"timeline",
"roadmap",
"plugins"

@@ -16,0 +17,0 @@ ],

@@ -1,4 +0,4 @@

# jQuery Timeline
# jQuery Roadmap
Another timeline jquery plugin. This plugin was custom made for another project.
Another timeline jquery plugin. This plugin was custom made for another project and then separated.

@@ -16,3 +16,3 @@ ## Usage

```html
<script src="dist/jquery.timeline.min.js"></script>
<script src="dist/jquery.roadmap.min.js"></script>
```

@@ -23,3 +23,3 @@

```javascript
$("#my-timeline").timeline(data, options);
$("#my-roadmap").roadmap(data, options);
```

@@ -59,3 +59,3 @@

```js
$("#my-timeline").timeline(data, {
$("#my-roadmap").roadmap(data, {
eventsPerSlide: 6,

@@ -65,3 +65,3 @@ slide: 1,

nextArrow: 'next',
eventTemplate: '<li class="timeline__events__event">' +
eventTemplate: '<li class="roadmap__events__event">' +
'<div class="event">' +

@@ -105,6 +105,6 @@ '<div class="event__date">####DATE###</div>' +

Check [CONTRIBUTING.md](https://github.com/stefanomarra/jquery-timeline/blob/master/CONTRIBUTING.md) for more information.
Check [CONTRIBUTING.md](https://github.com/stefanomarra/jquery-roadmap/blob/master/CONTRIBUTING.md) for more information.
## License
[MIT License](https://github.com/stefanomarra/jquery-timeline/blob/master/LICENSE) © Stefano Marra
[MIT License](https://github.com/stefanomarra/jquery-roadmap/blob/master/LICENSE) © Stefano Marra

Sorry, the diff of this file is not supported yet

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