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

atomiq

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomiq - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/lib/DirectoryRouteLoader.js

@@ -99,3 +99,3 @@ 'use strict';

var resource = new Resource(_this2.app);
var compRoute = comp.isIndex ? _this2.join('/', param) : _this2.join('/', param, comp.name);
var compRoute = comp.isIndex ? _this2.join(route, param) : _this2.join(route, param, comp.name);
router.use(compRoute, resource.router);

@@ -102,0 +102,0 @@ } else if (comp.isDirectory) {

{
"name": "atomiq",
"version": "1.0.1",
"version": "1.0.2",
"description": "atomiq microservice support package",

@@ -5,0 +5,0 @@ "repository": "atomiqio/atomiq",

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