Socket
Socket
Sign inDemoInstall

@sapphire/plugin-hmr

Package Overview
Dependencies
Maintainers
3
Versions
607
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapphire/plugin-hmr - npm Package Compare versions

Comparing version 1.2.0-next.a6503d3.0 to 1.2.0-next.a8dd090.0

2

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./lib/hmr"), exports);
tslib_1.__exportStar(require("./lib/hmr"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@sapphire/plugin-hmr",
"version": "1.2.0-next.a6503d3.0",
"version": "1.2.0-next.a8dd090.0",
"description": "Plugin for @sapphire/framework for hot module reloading for pieces",

@@ -14,7 +14,9 @@ "author": "@sapphire",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./register": {
"import": "./register.mjs",
"require": "./register.js"
"require": "./register.js",
"types": "./register.d.ts"
}

@@ -69,3 +71,3 @@ },

},
"gitHead": "a6503d36e8d9c9b2daad0805d6c61ff2e1147f4a"
"gitHead": "a8dd0900149111807ee823bd7345b6e3e60b0519"
}

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