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

@vivareal/ng-listen

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivareal/ng-listen - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0-beta

dist/ng-listen.js

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)
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