jquery-roadmap
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
37539
1