angularjs-input-birthday
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "angularjs-input-birthday", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "AngularJS Component for birthday selector", | ||
@@ -28,8 +28,9 @@ "author": { | ||
"scripts": { | ||
"build": "webpack --config webpack.build.config.js", | ||
"serve": "webpack-dev-server --config webpack.serve.config.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "webpack", | ||
"start": "webpack-serve --config webpack.config.js", | ||
"test": "karma start", | ||
"test-watch": "karma start --auto-watch --no-single-run" | ||
}, | ||
"dependencies": { | ||
"angular": "^1.6.4", | ||
"angular": "^1.6.9", | ||
"angular-translate": "^2.15.1", | ||
@@ -39,22 +40,30 @@ "moment": "^2.18.1" | ||
"devDependencies": { | ||
"autoprefixer": "^7.0.1", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-loader": "^7.0.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"css-loader": "^0.28.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-xo-space": "^0.16.0", | ||
"eslint-loader": "^1.7.1", | ||
"html-loader": "^0.4.5", | ||
"html-webpack-plugin": "^2.28.0", | ||
"lodash": "^4.17.4", | ||
"ng-annotate-loader": "^0.6.0", | ||
"node-sass": "^4.5.2", | ||
"postcss-loader": "^2.0.3", | ||
"sass-loader": "^6.0.3", | ||
"style-loader": "^0.17.0", | ||
"webpack": "^2.5.1", | ||
"webpack-dev-server": "^2.4.5" | ||
"@babel/core": "^7.0.0-beta.44", | ||
"@babel/preset-env": "^7.0.0-beta.44", | ||
"angular-mocks": "^1.6.9", | ||
"babel-eslint": "^8.2.2", | ||
"babel-loader": "^8.0.0-beta.2", | ||
"babel-plugin-angularjs-annotate": "^0.8.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-angular": "^0.5.0", | ||
"eslint-config-xo": "^0.20.1", | ||
"eslint-config-xo-space": "^0.18.0", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-angular": "^3.3.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "^3.1.0", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"jasmine-core": "^3.1.0", | ||
"karma": "^2.0.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-jasmine": "^1.1.1", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "0.0.32", | ||
"karma-webpack": "^3.0.0", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"webpack": "^4.4.1", | ||
"webpack-cli": "^2.0.13", | ||
"webpack-serve": "^0.3.1" | ||
} | ||
} |
@@ -1,3 +0,7 @@ | ||
## angularjs-input-birthday | ||
# angularjs-input-birthday | ||
[![CircleCI badge][badge-circleci-img]][badge-circleci-lnk] | ||
[![Greenkeeper badge][badge-greenkeeper-img]][badge-greenkeeper-lnk] | ||
An AngularJS component to select a birthday date. The package require moment and angular-translate | ||
@@ -64,2 +68,10 @@ | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
SOFTWARE. | ||
[site]: https://heyprof.github.io/angularjs-input-birthday/ | ||
[badge-circleci-img]: https://circleci.com/gh/heyprof/angularjs-input-birthday/tree/master.svg?style=svg | ||
[badge-circleci-lnk]: https://circleci.com/gh/heyprof/angularjs-input-birthday/tree/master | ||
[badge-greenkeeper-img]: https://badges.greenkeeper.io/heyprof/angularjs-input-birthday.svg | ||
[badge-greenkeeper-lnk]: https://greenkeeper.io/ |
@@ -1,2 +0,1 @@ | ||
import './input-birthday.style.scss'; | ||
import moment from 'moment'; | ||
@@ -3,0 +2,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
77
26887
27
24
272
2
1
Updatedangular@^1.6.9