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

angular-focus-caret

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

Comparing version 1.0.0 to 1.0.1

focusCaret.min.js

2

bower.json
{
"name": "angular-focus-caret",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular 1.x directive to set a caret position whenever an element receives focus",

@@ -5,0 +5,0 @@ "main": "./focusCaret.js",

@@ -8,3 +8,3 @@ 'use strict';

gulp.task('default', function() {
return gulp.src('angularFocusCaret.js')
return gulp.src('focusCaret.js')
.pipe(ngAnnotate())

@@ -11,0 +11,0 @@ .pipe(uglify())

{
"name": "angular-focus-caret",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular 1.x directive to set a caret position whenever an element receives focus",

@@ -5,0 +5,0 @@ "main": "./focusCaret.js",

@@ -51,3 +51,3 @@ # angular-focus-caret

Set the caret to index `2` whenever the `<input?` is receives focus.
Set the caret to index `2` whenever the `<input>` receives focus.

@@ -54,0 +54,0 @@ ```html

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