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

@aida/injector-routes-map

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aida/injector-routes-map - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

9

dist/routesMap.js

@@ -15,3 +15,10 @@ 'use strict';

routesMap: {
execute: ({ category } = {}) => getRoutesMap(models.routes.execute({ baseUri: '', category }))
execute: (options = {}) => {
const routesOpts = {
baseUri: options.baseUri || '',
category: options.category
};
return getRoutesMap(models.routes.execute(routesOpts));
}
}

@@ -18,0 +25,0 @@ };

4

package.json
{
"name": "@aida/injector-routes-map",
"version": "0.0.3",
"version": "0.0.4",
"description": "Aida injector to create a map of all operation ids and their accompanying routes",

@@ -19,3 +19,3 @@ "repository": "https://github.com/sradevski/aida/tree/master/packages/injector-routes-map",

"devDependencies": {
"@aida/injector-routes": "^0.0.2"
"@aida/injector-routes": "^0.0.4"
},

@@ -22,0 +22,0 @@ "dependencies": {

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