angular-slugifier
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -1,2 +0,2 @@ | ||
/*! angular-slugifier 0.0.1 */ | ||
/*! angular-slugifier 0.0.6 */ | ||
var slugify=angular.module("angular-slugifier",[]);slugify.provider("$speakingurl",function(){this.$get=["$window",function(a){return{slugify:a.getSlug}}]}),slugify.filter("slugify",["$speakingurl",function(a){return function(b,c){return c=c||{},a.slugify(b,c)}}]); |
{ | ||
"name": "angular-slugifier", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "AngularJS bindings for the wonderful speakingurl library", | ||
"main": [ | ||
"angular-slugifier.js" | ||
], | ||
"main": "angular-slugifier.js", | ||
"repository": { | ||
@@ -13,3 +11,3 @@ "type": "git", | ||
"dependencies": { | ||
"angular": "1.3.15" | ||
"angular": ">=1.3.15" | ||
}, | ||
@@ -16,0 +14,0 @@ "devDependencies": { |
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
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
3909
7
+ Addedangular@1.8.3(transitive)
- Removedangular@1.3.15(transitive)
Updatedangular@>=1.3.15