Socket
Socket
Sign inDemoInstall

esbuild-plugin-solid

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-solid - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

24

package.json
{
"name": "esbuild-plugin-solid",
"version": "0.4.0",
"version": "0.4.1",
"description": "Solid's integration for ESBuild",

@@ -18,3 +18,3 @@ "main": "dist/cjs/plugin.js",

"type": "git",
"url": "https://github.com/amoutonbrady/esbuild-solid"
"url": "https://github.com/amoutonbrady/esbuild-plugin-solid"
},

@@ -30,9 +30,9 @@ "keywords": [

"peerDependencies": {
"esbuild": "^0.11",
"solid-js": ">= 0.26"
"esbuild": ">=0.12",
"solid-js": ">= 1.0"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-typescript": "^7.15.0",
"babel-preset-solid": "^1.1.2"
"@babel/core": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"babel-preset-solid": "^1.2.5"
},

@@ -42,8 +42,8 @@ "devDependencies": {

"@types/babel__core": "^7.1.16",
"@types/node": "^16.7.13",
"@types/node": "^16.11.9",
"del": "^6.0.0",
"esbuild": "^0.12.25",
"serve": "^12.0.0",
"solid-js": "^1.1.2",
"typescript": "^4.4.2"
"esbuild": "^0.13.15",
"serve": "^13.0.2",
"solid-js": "^1.2.5",
"typescript": "^4.5.2"
},

@@ -50,0 +50,0 @@ "scripts": {

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