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

angular-middle-ellipses

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-middle-ellipses - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -5,1 +5,5 @@ # Change Log

This project adheres to [Semantic Versioning](http://semver.org/).
### 1.0.1
- Support strict dependency injection mode

4

index.js

@@ -38,3 +38,3 @@ /*

AngularMiddleEllipses.filter('middleEllipses', function(MIDDLE_ELLIPSES_CHARACTER) {
AngularMiddleEllipses.filter('middleEllipses', ['MIDDLE_ELLIPSES_CHARACTER', function(MIDDLE_ELLIPSES_CHARACTER) {

@@ -86,4 +86,4 @@ /**

});
}]);
module.exports = MODULE_NAME;
{
"name": "angular-middle-ellipses",
"version": "1.0.0",
"version": "1.0.1",
"description": "Truncate a string by showing an ellipses in the middle",

@@ -5,0 +5,0 @@ "main": "index.js",

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