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

angular-odometer-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-odometer-js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.jshintrc

6

bower.json
{
"name": "angular-odometer-js",
"version": "0.1.1",
"version": "0.1.2",
"author": {

@@ -24,7 +24,7 @@ "name": "Sebastian Wallin"

"dependencies": {
"angular": "1.2.x",
"angular": "1.2.x - 1.5.x",
"odometer": "0.4.x"
},
"devDependencies": {
"angular-mocks": "1.2.x",
"angular-mocks": "1.2.x - 1.5.x",
"jquery": "1.10.x"

@@ -31,0 +31,0 @@ },

@@ -50,2 +50,9 @@ 'use strict';

},
jshint: {
options: {
reporter: require('jshint-stylish'),
jshintrc: true
},
target: ["dist/<%= config.name %>.js"]
},
uglify: {

@@ -64,2 +71,3 @@ dist: {

'coffee',
'jshint',
'karma'

@@ -66,0 +74,0 @@ ]);

{
"name": "angular-odometer-js",
"version": "0.1.1",
"version": "0.1.2",
"author": {

@@ -10,13 +10,12 @@ "name": "Sebastian Wallin"

"license": "MIT",
"main": [
"./dist/angular-odometer.js"
],
"main": "./dist/angular-odometer.js",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-coffeelint": "0.0.10",
"grunt-karma": "0.8.3",

@@ -27,5 +26,4 @@ "jshint-stylish": "0.2.0",

"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"matchdep": "0.3.0",
"grunt-contrib-clean": "^0.5.0"
"karma-phantomjs-launcher": "1.0.1",
"matchdep": "0.3.0"
},

@@ -32,0 +30,0 @@ "peerDependencies": {

@@ -9,3 +9,3 @@ [![Bower version](https://badge.fury.io/bo/angular-odometer-js.png)](http://badge.fury.io/bo/angular-odometer-js)

Angular.JS directive for [Hubspot angular-odometer](http://github.hubspot.com/odometer/docs/welcome/).
Angular.JS directive for [Hubspot odometer](http://github.hubspot.com/odometer/docs/welcome/).

@@ -18,2 +18,3 @@ Copyright (C) 2014, Sebastian Wallin <sebastian.wallin@gmail.com>

* AngularJS (http://angularjs.org)
* Odometer (http://github.hubspot.com/odometer/docs/welcome/)

@@ -24,3 +25,3 @@ Install with Bower

```
bower install angular-odometer-js
bower install angular-odometer-js --save
```

@@ -32,3 +33,3 @@

```
npm install angular-odometer-js
npm install angular-odometer-js --save
```

@@ -41,4 +42,4 @@

```html
<script src="components/odometer/md5.js"></script>
<script src="components/angular-odometer/build/angular-odometer.js"></script>
<script src="components/odometer/odometer.js"></script>
<script src="components/angular-odometer/dist/angular-odometer.js"></script>

@@ -45,0 +46,0 @@ <link rel="stylesheet" href="components/odometer/themes/odometer-theme-minimal.css"/>

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc