You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-elastic-input

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

Comparing version

to
2.2.1

3

bower.json
{
"name": "angular-elastic-input",
"description": "A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/jacek-pulit/angular-elastic-input",

@@ -16,3 +16,2 @@ "keywords": ["elastic input", "autosize input", "autogrow input"],

},
"main": "dist/angular-elastic-input.min.js",

@@ -19,0 +18,0 @@ "ignore": [

/**
* angular-elastic-input
* A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.
* @version: 2.2.0
* @version: 2.2.1
* @author: Jacek Pulit <jacek.pulit@gmail.com>
* @license: MIT License
* @build: Wednesday, September 9th, 2015, 10:55:43 PM GMT+0200
* @license: MIT
* @build: Monday, June 6th, 2016, 7:30:11 AM GMT+0200
*/

@@ -9,0 +9,0 @@ (function(){

@@ -22,2 +22,3 @@ // Karma configuration

'bower_components/angular-mocks/angular-mocks.js',
'node_modules/phantomjs-polyfill/bind-polyfill.js',
'src/**/*.js',

@@ -24,0 +25,0 @@ 'test/**/*Spec.js'

{
"name": "angular-elastic-input",
"description": "A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/jacek-pulit/angular-elastic-input",

@@ -11,3 +11,3 @@ "keywords": [

],
"license": "MIT License",
"license": "MIT",
"author": {

@@ -21,2 +21,3 @@ "name": "Jacek Pulit",

},
"main": "dist/angular-elastic-input.js",
"engines": {

@@ -46,4 +47,5 @@ "node": ">=0.10.0"

"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.2",
"time-grunt": "~0.4.0"
}
}