New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/resource-enumerate

Package Overview
Dependencies
Maintainers
3
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/resource-enumerate - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

2

package.json
{
"name": "@aofl/resource-enumerate",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -30,5 +30,6 @@ import {EnvironmentTypeEnumerate, ServerEnvironment} from '@aofl/server-environment';

* @param {*} apiNs
* @param {Boolean} forceNew
* @return {Promise}
*/
get(apiNs) {
get(apiNs, forceNew = false) {
let api = this.apis[apiNs];

@@ -40,3 +41,3 @@

if (typeof api.invalidateCache === 'function' && api.invalidateCache.call(null)) {
if (forceNew || (typeof api.invalidateCache === 'function' && api.invalidateCache.call(null))) {
this.memoryCache.clear();

@@ -43,0 +44,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