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

@adactive/adsum-utils

Package Overview
Dependencies
Maintainers
5
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/adsum-utils - npm Package Compare versions

Comparing version 0.0.2-y.44.41 to 0.0.2-y.44.42

2

package.json
{
"name": "@adactive/adsum-utils",
"version": "0.0.2-y.44.41",
"version": "0.0.2-y.44.42",
"description": "Adsum Component utils",

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

@@ -73,2 +73,4 @@ // @flow

});
return pois;
}

@@ -127,2 +129,12 @@

getCategoriesByTag(tagName) {
let result = [];
const tags = this.getTagBy({name: tagName});
for (let tag of tags) {
result.push(... this.getCategories(tag.categories));
}
return result;
}
getPoisByCategoryId(id) {

@@ -129,0 +141,0 @@ const category = this.getCategory(id);

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