@vivareal/ng-listen
Advanced tools
Comparing version 1.0.3 to 2.0.0-beta
114
package.json
{ | ||
"name": "@vivareal/ng-listen", | ||
"version": "1.0.3", | ||
"version": "2.0.0-beta", | ||
"description": "An event listener abstraction directive for AngularJS", | ||
"main": "dist/cjs/ngListen.js", | ||
"author": "VivaPro Squad <vivapro@vivareal.com>", | ||
"main": "dist/ng-listen.js", | ||
"scripts": { | ||
"build": "gulp --production", | ||
"deploy": "npm test && npm run build", | ||
"dev": "gulp dev", | ||
"dev:unbreakable": "gulp dev --unbreakable", | ||
"dev:unsafe": "gulp dev --unsafe", | ||
"docs": "gulp docs", | ||
"docs:generate": "gulp generate-docs --production", | ||
"linter": "gulp standard", | ||
"test": "gulp test", | ||
"test:continuous": "gulp test:continuous" | ||
"start": "webpack", | ||
"test": "karma start", | ||
":predocs": "bower install && npm start", | ||
"docs": "npm run :predocs && gulp docs", | ||
"generate-docs": "npm run :predocs && gulp generate-docs", | ||
"gh:generate-docs": "npm run generate-docs && gulp gh-fallback" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/VivaReal/ng-listen#readme", | ||
"repository": { | ||
@@ -22,76 +21,51 @@ "type": "git", | ||
}, | ||
"private": false, | ||
"keywords": [ | ||
"ng", | ||
"listen", | ||
"angular" | ||
], | ||
"author": "VivaPro Team", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VivaReal/ng-listen/issues" | ||
}, | ||
"homepage": "https://github.com/VivaReal/ng-listen#readme", | ||
"dependencies": { | ||
"angular": "1.5.8" | ||
}, | ||
"files": [ | ||
".babelrc", | ||
"*.js", | ||
"src", | ||
"dist", | ||
"config.json" | ||
"src" | ||
], | ||
"peerDependencies": { | ||
"angular": "1.6.x" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "6.1.2", | ||
"babel-plugin-external-helpers": "6.8.0", | ||
"babel-preset-es2015": "6.13.2", | ||
"bower": "1.7.9", | ||
"core-js": "2.4.1", | ||
"del": "2.2.2", | ||
"angular": "1.6.3", | ||
"angular-mocks": "1.6.3", | ||
"babel-core": "6.21.0", | ||
"babel-eslint": "7.1.1", | ||
"babel-loader": "6.2.10", | ||
"babel-preset-es2015": "6.18.0", | ||
"bower": "1.8.0", | ||
"gulp": "3.9.1", | ||
"gulp-connect": "5.0.0", | ||
"gulp-ngdocs": "0.3.0", | ||
"gulp-standard": "7.0.1", | ||
"gulp-util": "3.0.7", | ||
"jasmine-core": "2.4.1", | ||
"karma": "1.2.0", | ||
"karma-jasmine": "1.0.2", | ||
"karma-phantomjs-launcher": "1.0.1", | ||
"karma-rollup-plugin": "0.2.2", | ||
"merge-stream": "1.0.0", | ||
"rollup": "0.36.0", | ||
"rollup-plugin-babel": "2.6.1", | ||
"rollup-plugin-commonjs": "3.3.1", | ||
"rollup-plugin-json": "2.0.1", | ||
"rollup-plugin-node-resolve": "2.0.0", | ||
"rollup-plugin-uglify": "1.0.1", | ||
"rollup-stream": "1.11.0", | ||
"standard": "7.1.2", | ||
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", | ||
"vinyl-paths": "2.1.0", | ||
"vinyl-source-stream": "1.1.0", | ||
"yargs": "5.0.0" | ||
"gulp-rename": "1.2.2", | ||
"gulp-util": "3.0.8", | ||
"jasmine-core": "2.5.2", | ||
"karma": "1.3.0", | ||
"karma-jasmine": "1.1.0", | ||
"karma-phantomjs-launcher": "1.0.2", | ||
"karma-sourcemap-loader": "0.3.7", | ||
"karma-webpack": "1.8.1", | ||
"ng-annotate-loader": "0.2.0", | ||
"run-sequence": "1.2.2", | ||
"standard": "8.6.0", | ||
"standard-loader": "5.0.0", | ||
"webpack": "1.14.0" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"angularjs", | ||
"ng-listen", | ||
"ng", | ||
"listen" | ||
], | ||
"standard": { | ||
"parser": "babel-eslint", | ||
"ignore": [ | ||
"dist/**", | ||
".test/**", | ||
"node_modules/**", | ||
"bower_components/**" | ||
], | ||
"globals": [ | ||
"angular", | ||
"describe", | ||
"beforeEach", | ||
"it", | ||
"expect", | ||
"inject", | ||
"spyOn" | ||
"dist", | ||
"node_modules" | ||
] | ||
}, | ||
"directories": { | ||
"doc": "docs" | ||
} | ||
} |
@@ -11,21 +11,2 @@ # ng-listen | ||
## Links | ||
API Reference: [vivareal.github.io/ng-listen/docs/#/api](http://vivareal.github.io/ng-listen/docs/#/api) | ||
## Contribute | ||
### Dependencies | ||
- [Node.js 5+](https://nodejs.org/) | ||
- [Bower](https://bower.io/) | ||
### Building | ||
First, run `npm install && bower install`. | ||
After that you can choose between these options: | ||
- Run `npm run build` for building, `npm run dev` will do the same but watching for file changes. | ||
- Run `npm run dev:unbreakable` to avoid breaks on linter errors. | ||
- Or you can run `npm run dev:unsafe` to ignore linter check. | ||
### Documentation | ||
Run `npm run docs`, a local server will be initialized. | ||
### Testing | ||
Running `npm test` will run the unit tests with karma and `npm run test:continuos` will rerun the unit tests each time a file changes. | ||
API Reference: [vivareal.github.io/ng-listen/docs/#/api](http://vivareal.github.io/ng-listen/docs/api) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
23
1
32747
11
259
12
+ Addedangular@1.6.10(transitive)
- Removedangular@1.5.8
- Removedangular@1.5.8(transitive)