New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-skrollr

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-skrollr - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## Changes in 0.1.7
* @edwardoparearyee: Fix: package.json (#34)
## Changes in 0.1.6

@@ -2,0 +6,0 @@

2

dist/angular-skrollr.js

@@ -1,2 +0,2 @@

/*! angular-skrollr - v0.1.6 - 2016-03-22 */
/*! angular-skrollr - v0.1.7 - 2016-05-31 */
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

/*! angular-skrollr - v0.1.6 - 2016-03-22 */
/*! angular-skrollr - v0.1.7 - 2016-05-31 */
!function(a){"use strict";angular.module("sn.skrollr",[]).provider("snSkrollr",function(){var a=this;this.config={},this.skrollrInstance={},this.hasBeenInitialised=!1,this.serviceMethods={},this.$get=["$window","$document","$rootScope",function(b,c,d){return a.serviceMethods={init:function(e){var f=e?e:a.config,g=function(){a.skrollrInstance=b.skrollr.init(f),a.hasBeenInitialised=!0,a.serviceMethods.refresh()};c.ready(function(){d.$$phase?g():d.$apply(g)})},refresh:function(b){a.hasBeenInitialised&&a.skrollrInstance.refresh(b)},destroy:function(){a.hasBeenInitialised&&(a.skrollrInstance.destroy(),a.hasBeenInitialised=!1)}},a.serviceMethods}]}).directive("snSkrollr",["$timeout","$window","snSkrollr",function(a,b,c){return{restrict:"AE",link:function(d,e){d.timer=a(function(){c.refresh(e)},100),d.onChange=function(){d.timer&&a.cancel(d.timer),d.timer=a(function(){c.refresh(e)},200)},angular.element(b).on("scroll",d.onChange),angular.element(b).on("resize",d.onChange)}}}])}(window);
{
"name": "angular-skrollr",
"private": false,
"version": "0.1.6",
"version": "0.1.7",
"description": "Angular Skrollr wraps the skrollr.js library to provide a mechanisim for configuring, initialising skrollr and calling skrollr.refresh() when the DOM is updated",

@@ -10,3 +10,3 @@ "repository": {

},
"bugs": {
"bugs": {
"url": "https://github.com/thisissoon/angular-skrollr/issues",

@@ -22,6 +22,2 @@ "email": "dorks@thisissoon.com"

],
"dependencies": {
"bower": "~1.3.12",
"grunt": "~0.4.5"
},
"main": "dist/angular-skrollr.js",

@@ -34,27 +30,43 @@ "keywords": [

],
"files": [
"app/js",
"dist",
"node_modules",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"dependencies": {
"angular": ">= 1.2 < 1.5",
"skrollr": "~0.6.26"
},
"devDependencies": {
"connect-livereload": "~0.5.0",
"connect-modrewrite": "~0.7.9",
"coveralls": "~2.11.2",
"grunt-bump": "~0.1.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jasmine": "~0.8.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "~0.5.2",
"grunt-processhtml": "~0.3.3",
"grunt-protractor-runner": "~1.1.4",
"grunt-protractor-webdriver": "~0.1.9",
"grunt-template-jasmine-istanbul": "~0.3.1",
"protractor": "~1.4.0",
"yuidoc-bootstrap-theme": "~1.0.4"
},
"scripts": {
"postinstall": "bower install"
"angular-mocks": ">= 1.2 < 1.5",
"bower": "~1.5.3",
"connect-livereload": "~0.5.4",
"connect-modrewrite": "~0.9.0",
"coveralls": "~2.11.9",
"grunt": "~0.4.5",
"grunt-bump": "~0.7.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jasmine": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.2.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-yuidoc": "~1.0.0",
"grunt-htmllint": "~0.2.7",
"grunt-lesslint": "~3.1.0",
"grunt-ng-constant": "~2.0.1",
"grunt-processhtml": "~0.3.13",
"grunt-protractor-runner": "~2.1.0",
"grunt-protractor-webdriver": "~0.2.5",
"grunt-sails-linker": "~0.10.1",
"grunt-template-jasmine-istanbul": "~0.4.0",
"protractor": "~2.5.1",
"yuidoc-bootstrap-theme": "~1.0.6"
}
}
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