Socket
Socket
Sign inDemoInstall

angular-timeline

Package Overview
Dependencies
6
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

dist/angular-timeline-bootstrap.css

14

bower.json
{
"name": "angular-timeline",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"main": "src/angular-timeline.js",
"keywords": [
"angular, timeline, history, list, bootstrap"
"angular", "timeline", "history", "events", "list", "responsive", "bootstrap"
],

@@ -19,11 +19,11 @@ "ignore": [

"component.json",
"bower.json",
"karma.conf.js"
"karma.conf.js",
"src"
],
"dependencies": {
"angular": "^1.2.26",
"angular-bootstrap": "^0.11.2",
"angular-ui-router": "^0.2.11"
"angular": "^1.2.26"
},
"devDependencies": {
"angular-bootstrap": "^0.12.1",
"angular-ui-router": "^0.2.11",
"angular-mocks": "^1.2.26",

@@ -30,0 +30,0 @@ "sinon": "1.9.0",

@@ -30,3 +30,3 @@ 'use strict';

clean: ['src/angular-timeline.js'],
clean: ['dist/*.js'],

@@ -45,3 +45,3 @@ concat: {

src: ['src/*.js'],
dest: 'src/angular-timeline.js'
dest: 'dist/angular-timeline.js'
},

@@ -53,4 +53,4 @@ },

files: {
'src/angular-timeline.css':'src/angular-timeline.scss',
'src/angular-timeline-bootstrap.css':'src/angular-timeline-bootstrap.scss'
'dist/angular-timeline.css':'dist/angular-timeline.scss',
'dist/angular-timeline-bootstrap.css':'dist/angular-timeline-bootstrap.scss'
}

@@ -121,3 +121,3 @@ }

grunt.registerTask('build', [
'clean', 'sass', 'jsbeautifier', 'jshint', 'concat', //'karma'
'clean', 'sass', 'jsbeautifier', 'jshint', 'concat' //'karma'
]);

@@ -124,0 +124,0 @@

{
"name": "angular-timeline",
"description": "An Angular.js directive that generates a responsive, data-driven vertical timeline to tell a story, show history or describe a sequence of events.",
"keywords": "angular, timeline, history, list, bootstrap",
"homepage":"https://github.com/rpocklin/angular-timeline",
"author":"Robert Pocklington <rpocklin@gmail.com>",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "http://github.com/rpocklin/angular-timeline"
},
"keywords": [
"angular", "timeline", "history", "events", "list", "responsive", "bootstrap"
],
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"angular": "^1.2.26"
},
"devDependencies": {

@@ -34,5 +44,2 @@ "grunt": "~0.4.1",

},
"scripts": {
"test": "grunt karma"
},
"repository": {

@@ -39,0 +46,0 @@ "type": "git",

@@ -29,7 +29,7 @@ # Angular Timeline

`<link rel="stylesheet" href="bower_components/angular-timeline/angular-timeline.css" />`
`<link rel="stylesheet" href="bower_components/angular-timeline/dist/angular-timeline.css" />`
1. Include `angular-timeline.js` in your app:
`<script src="bower_components/angular-timeline/angular-timeline.js"></script>`
`<script src="bower_components/angular-timeline/dist/angular-timeline.js"></script>`

@@ -88,10 +88,10 @@ 1. Add `angular-timeline` as a new module dependency in your angular app.

- You can use either the SASS styles directly file under `/src` or the compiled CSS files, up to you :)
- You can use either the SASS styles directly file under `/dist` or the compiled CSS files, up to you :)
- If you are using Bootstrap 3 it affects the timeline CSS, so include `angular-timeline-bootstrap.[css|scss]}` to re-adjust the offsets e.g:
- If you are using Bootstrap 3 it affects the timeline CSS, so include `angular-timeline-bootstrap.[css|scss]}` instead to re-adjust the offsets e.g:
```html
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="bower_components/angular-timeline/src/angular-timeline-bootstrap.css" />
<script src="bower_components/angular-timeline/src/angular-timeline.js"></script>
<link rel="stylesheet" href="bower_components/angular-timeline/dist/angular-timeline-bootstrap.css" />
<script src="bower_components/angular-timeline/dist/angular-timeline.js"></script>
```

@@ -113,3 +113,2 @@

2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes, run `grunt karma` to ensure all tests pass. (Ideally add more tests!)
3. Commit your changes (`git commit -am 'Added some feature'`)

@@ -121,2 +120,4 @@ 4. Push to the branch (`git push origin my-new-feature`)

## History
* 1.2.1 Cleaned up dependencies and build steps.
* 1.2.0 Updated example and styling to be more responsive.

@@ -132,3 +133,3 @@ * 1.0.0 Initial release

## Thanks
luisrudge for the original vanilla JS implementation on [Bootsnipp](http://bootsnipp.com/snippets/featured/timeline-responsive)
*luisrudge* for the original vanilla JS implementation on [Bootsnipp](http://bootsnipp.com/snippets/featured/timeline-responsive)

@@ -135,0 +136,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc