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

@gondel/plugin-hot

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gondel/plugin-hot - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

./dist/index.js

64

package.json
{
"name": "@gondel/plugin-hot",
"version": "1.2.7",
"description": "Hot module reloading for Gondel component development",
"bugs": "https://github.com/merkle-open/gondel/issues",
"homepage": "https://github.com/merkle-open/gondel",
"repository": "https://github.com/merkle-open/gondel.git",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Jan Nicklas",
"license": "MIT",
"scripts": {
"build:clean": "rimraf dist",
"build:esm": "tsc --project ./tsconfig.json --declaration --esModuleInterop --declarationDir dist/ --sourceMap --outDir dist/",
"build": "npm-run-all build:clean build:esm"
},
"files": [
"src/",
"dist/"
],
"peerDependencies": {
"@gondel/core": "*"
},
"devDependencies": {
"@gondel/core": "^1.2.7",
"@types/webpack-env": "1.16.0",
"npm-run-all": "4.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"typescript": "4.2.4"
},
"gitHead": "5b8501214310055ab61c837a2ba2a2cf9a8a6df5"
"name": "@gondel/plugin-hot",
"version": "1.2.8",
"description": "Hot module reloading for Gondel component development",
"bugs": "https://github.com/merkle-open/gondel/issues",
"homepage": "https://github.com/merkle-open/gondel",
"repository": "https://github.com/merkle-open/gondel.git",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Jan Nicklas",
"license": "MIT",
"scripts": {
"build:clean": "rimraf dist",
"build:esm": "tsc --project ./tsconfig.json --declaration --esModuleInterop --declarationDir dist/ --sourceMap --outDir dist/",
"build": "npm-run-all build:clean build:esm"
},
"files": [
"src/",
"dist/"
],
"peerDependencies": {
"@gondel/core": "*"
},
"devDependencies": {
"@gondel/core": "^1.2.8",
"@types/webpack-env": "1.18.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "4.7.4"
},
"gitHead": "5b025d4b8f015be197420404bb67a58bf1ac52c3"
}
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