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

@f5devcentral/atg-shared-utilities-dev

Package Overview
Dependencies
Maintainers
18
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@f5devcentral/atg-shared-utilities-dev - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

7

CHANGELOG.md

@@ -15,2 +15,9 @@ # Changelog

## [0.2.5] - 2022-03-16
### Added
- Utilized atg-shared-templates
### Changed
- Update packages
## [0.2.4] - 2022-01-31

@@ -17,0 +24,0 @@ ### Changed

34

package.json
{
"name": "@f5devcentral/atg-shared-utilities-dev",
"version": "0.2.4",
"version": "0.2.5",
"scripts": {
"lint": "eslint .",
"test": "mocha test/unit/ --recursive",
"coverage": "nyc npm test"
"lint": "eslint ."
},
"devDependencies": {
"@f5devcentral/eslint-config-f5-atg": "^0.1.7",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"nyc": "^15.1.0",
"sinon": "7.5.0"
"eslint": "^7.32.0"
},

@@ -24,24 +17,5 @@ "eslintConfig": {

},
"nyc": {
"reporter": [
"html",
"text",
"json-summary"
],
"exclude": [
"gulpfile.js",
"coverage/**",
"test/**",
"**/node_modules/**",
"**/dist/**"
]
},
"dependencies": {
"mocha": "^9.1.3"
},
"dependencies": {},
"description": "This project holds a number of generic utility functions that can be shared across the F5 Automation Toolchain projects.",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {

@@ -48,0 +22,0 @@ "type": "git",

@@ -9,10 +9,2 @@ # atg-shared-utilities-dev

## mochaReporters
This is a collection of [custom reporters](https://mochajs.org/api/tutorial-custom-reporter.html) for Mocha.
### elasticSearchReporter
Sends test results to an elastic search host. See the [elasticSearchReporter README](src/mochaReporters/elasticSearchReporter/README.md) for details.
## SCRIPTS

@@ -19,0 +11,0 @@

Sorry, the diff of this file is not supported yet

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