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

@f5devcentral/f5-fast-core

Package Overview
Dependencies
Maintainers
15
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@f5devcentral/f5-fast-core - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.13.0
## Added
* TemplateProvider: Return template description and title with getSetData()
# v0.12.0

@@ -2,0 +6,0 @@ ## Added

4

lib/template_provider.js

@@ -174,3 +174,5 @@ /* Copyright 2021 F5 Networks, Inc.

name: curr,
hash: tmpl.sourceHash
hash: tmpl.sourceHash,
description: tmpl.description,
title: tmpl.title
});

@@ -177,0 +179,0 @@ return acc;

{
"name": "@f5devcentral/f5-fast-core",
"version": "0.12.0",
"version": "0.13.0",
"author": "F5 Networks",

@@ -28,7 +28,7 @@ "license": "Apache-2.0",

"chai-as-promised": "^7.1.1",
"eslint": "^7.22.0",
"mocha": "^8.3.2",
"eslint": "^7.26.0",
"mocha": "^8.4.0",
"nock": "^13.0.11",
"nyc": "^15.1.0",
"pkg": "^4.5.0"
"pkg": "^4.5.1"
},

@@ -55,14 +55,14 @@ "eslintConfig": {

"@apidevtools/json-schema-ref-parser": "^9.0.7",
"@f5devcentral/atg-storage": "^1.0.3",
"adm-zip": "^0.5.3",
"@f5devcentral/atg-storage": "^1.1.0",
"adm-zip": "^0.5.5",
"ajv": "^6.12.6",
"axios": "^0.21.0",
"deepmerge": "^4.2.2",
"js-yaml": "^4.0.0",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^4.0.0",
"math-expression-evaluator": "^1.3.7",
"merge-lite": "^1.0.2",
"mustache": "^4.1.0",
"mustache": "^4.2.0",
"yargs": "^16.2.0"
}
}

@@ -63,2 +63,6 @@ ![Pipeline](https://github.com/f5devcentral/f5-fast-core/workflows/Pipeline/badge.svg)

## Authoring Templates
Documentation on how to write FAST templates can be found [here](https://clouddocs.f5.com/products/extensions/f5-appsvcs-templates/latest/userguide/json-schema.html).
## Module API

@@ -65,0 +69,0 @@

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