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
16
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.0 to 0.2.1

4

CHANGELOG.md

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

## [0.2.1] - 2021-10-18
### Changed
- Update packages
## [0.2.0] - 2021-04-12

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

15

package.json
{
"name": "@f5devcentral/atg-shared-utilities-dev",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {

@@ -10,7 +10,9 @@ "lint": "eslint .",

"devDependencies": {
"@f5devcentral/eslint-config-f5-atg": "latest",
"@f5devcentral/eslint-config-f5-atg": "^0.1.4",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"nyc": "^15.1.0",
"sinon": "7.5.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1"
"sinon": "7.5.0"
},

@@ -38,4 +40,3 @@ "eslintConfig": {

"dependencies": {
"@elastic/elasticsearch": "^7.9.0",
"mocha": "^7.2.0"
"mocha": "^9.1.3"
},

@@ -42,0 +43,0 @@ "description": "This project holds a number of generic utility functions that can be shared across the F5 Automation Toolchain projects.",

@@ -17,3 +17,2 @@ /**

'use strict';

@@ -111,3 +110,3 @@

fs.readdirSync(dir)
.filter(file => !excludeList.find(exclude => exclude === file))
.filter((file) => !excludeList.find((exclude) => exclude === file))
.forEach((file) => {

@@ -114,0 +113,0 @@ if (fs.statSync(`${dir}/${file}`).isDirectory()) {

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