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

@f5devcentral/atg-shared-utilities

Package Overview
Dependencies
Maintainers
17
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.2 to 0.4.3

4

CHANGELOG.md

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

## [0.4.3] - 2022-02-01
### Fixed
- Update packages
## [0.4.2] - 2022-01-28

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

104

package.json
{
"name": "@f5devcentral/atg-shared-utilities",
"version": "0.4.2",
"scripts": {
"lint": "eslint .",
"test": "mocha test/unit/ --recursive",
"coverage": "nyc npm test"
},
"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",
"mocha": "^9.2.0",
"nock": "10.0.0",
"nyc": "^15.1.0",
"sinon": "7.5.0"
},
"eslintConfig": {
"extends": "@f5devcentral/eslint-config-f5-atg",
"rules": {
"func-names": "off"
"name": "@f5devcentral/atg-shared-utilities",
"version": "0.4.3",
"scripts": {
"lint": "eslint .",
"test": "mocha test/unit/ --recursive",
"coverage": "nyc npm test"
},
"devDependencies": {
"@f5devcentral/eslint-config-f5-atg": "latest",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"mocha": "^9.1.3",
"nock": "10.0.0",
"nyc": "^15.1.0",
"sinon": "7.5.0"
},
"eslintConfig": {
"extends": "@f5devcentral/eslint-config-f5-atg",
"rules": {
"func-names": "off"
}
},
"nyc": {
"reporter": [
"html",
"text",
"json-summary"
],
"exclude": [
"gulpfile.js",
"coverage/**",
"test/**",
"**/node_modules/**",
"**/dist/**"
]
},
"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": {
"type": "git",
"url": "git@github.com:f5devcentral/f5-atg-shared-utilities.git"
},
"author": "F5 Networks",
"license": "Apache-2.0",
"optionalDependencies": {
"error": "7.2.1",
"jaeger-client": "^3.18.1"
}
},
"nyc": {
"reporter": [
"html",
"text",
"json-summary"
],
"exclude": [
"gulpfile.js",
"coverage/**",
"test/**",
"**/node_modules/**",
"**/dist/**"
]
},
"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": {
"type": "git",
"url": "git@github.com:f5devcentral/f5-atg-shared-utilities.git"
},
"author": "F5 Networks",
"license": "Apache-2.0",
"optionalDependencies": {
"error": "7.2.1",
"jaeger-client": "^3.18.1"
}
}
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