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

@hoth/molecule

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoth/molecule - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

dist/index.js

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const fastify_plugin_1 = tslib_1.__importDefault(require("fastify-plugin"));
const fastify_plugin_1 = (0, tslib_1.__importDefault)(require("fastify-plugin"));
const molecule_1 = require("./molecule");

@@ -14,3 +14,3 @@ Object.defineProperty(exports, "molecule", { enumerable: true, get: function () { return molecule_1.molecule; } });

;
exports.default = fastify_plugin_1.default(moleculePlugin);
exports.default = (0, fastify_plugin_1.default)(moleculePlugin);
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ "use strict";

/* eslint-disable @typescript-eslint/no-require-imports */
const path_1 = tslib_1.__importDefault(require("path"));
const path_1 = (0, tslib_1.__importDefault)(require("path"));
let controllerCache = new Map();

@@ -9,0 +9,0 @@ function getOrSetCache(appName, ctrlPath, option) {

{
"name": "@hoth/molecule",
"version": "1.1.4",
"version": "1.1.5",
"description": "molecule plugin for hoth framework",

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

Sorry, the diff of this file is not supported yet

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