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

angular-slugifier

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-slugifier - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

CHANGELOG.md

2

dist/angular-slugifier.min.js

@@ -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": {

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