Socket
Socket
Sign inDemoInstall

@sapphire/plugin-hmr

Package Overview
Dependencies
Maintainers
3
Versions
606
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.1-next.2186d06.0 to 1.2.1-next.2604ecc.0

CHANGELOG.md

144

package.json
{
"name": "@sapphire/plugin-hmr",
"version": "1.2.1-next.2186d06.0",
"description": "Plugin for @sapphire/framework for hot module reloading for pieces",
"author": "@sapphire",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./register": {
"import": "./register.mjs",
"require": "./register.js",
"types": "./register.d.ts"
}
},
"sideEffects": [
"./dist/register.js",
"./register.js",
"./register.mjs"
],
"homepage": "https://sapphirejs.dev",
"scripts": {
"lint": "eslint src --ext ts --fix",
"build": "tsc -b src && yarn esm:register && yarn esm:default",
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs",
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",
"prepublishOnly": "yarn build"
},
"dependencies": {
"chokidar": "^3.5.3",
"tslib": "2.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/plugins.git",
"directory": "packages/hmr"
},
"files": [
"dist",
"!dist/*.tsbuildinfo",
"register.*"
],
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"keywords": [
"sapphiredev",
"plugin",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire"
],
"bugs": {
"url": "https://github.com/sapphiredev/plugins/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2186d068f325216d9c40dc1198493e7111162321"
}
"name": "@sapphire/plugin-hmr",
"version": "1.2.1-next.2604ecc.0",
"description": "Plugin for @sapphire/framework for hot module reloading for pieces",
"author": "@sapphire",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./register": {
"import": "./register.mjs",
"require": "./register.js",
"types": "./register.d.ts"
}
},
"sideEffects": [
"./dist/register.js",
"./register.js",
"./register.mjs"
],
"homepage": "https://sapphirejs.dev",
"scripts": {
"lint": "eslint src --ext ts --fix",
"build": "tsc -b src && yarn esm:register && yarn esm:default",
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs",
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",
"prepublish": "yarn build",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"chokidar": "^3.5.3",
"tslib": "2.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/plugins.git",
"directory": "packages/hmr"
},
"files": [
"dist/**/*.js*",
"dist/**/*.mjs*",
"dist/**/*.d*",
"./register.*"
],
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"keywords": [
"sapphiredev",
"plugin",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire"
],
"bugs": {
"url": "https://github.com/sapphiredev/plugins/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"gen-esm-wrapper": "^1.1.3",
"typescript": "^4.6.3"
}
}
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