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

@douglasneuroinformatics/esbuild-plugin-native-modules

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@douglasneuroinformatics/esbuild-plugin-native-modules - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

47

package.json
{
"name": "@douglasneuroinformatics/esbuild-plugin-native-modules",
"type": "module",
"version": "0.0.2",
"version": "1.0.0",
"packageManager": "pnpm@8.15.3",
"description": "An esbuild plugin to enable loading native node modules",
"author": {
"name": "Douglas Neuroinformatics",
"email": "support@douglasneuroinformatics.ca"
},
"license": "MIT",
"homepage": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules/#readme",
"author": "Joshua Unrau",
"license": "Apache-2.0",
"homepage": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules#readme",
"repository": {
"type": "git",
"url": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules/.git"
"url": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules.git"
},

@@ -25,2 +22,7 @@ "bugs": {

],
"scripts": {
"format": "prettier --write src",
"lint": "tsc && eslint --fix src",
"prepare": "husky"
},
"peerDependencies": {

@@ -30,12 +32,25 @@ "esbuild": "0.x"

"devDependencies": {
"@douglasneuroinformatics/eslint-config": "^4.0.1",
"@types/node": "^20.11.25",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@douglasneuroinformatics/eslint-config": "^4.2.2",
"@douglasneuroinformatics/prettier-config": "^0.0.1",
"@douglasneuroinformatics/semantic-release": "^0.0.1",
"@douglasneuroinformatics/tsconfig": "^1.0.0",
"@types/node": "^20.14.11",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "~5.3.3"
"husky": "^9.1.1",
"prettier": "^3.3.3",
"typescript": "~5.5.3"
},
"scripts": {
"format": "prettier --write src",
"lint": "tsc -b jsconfig.json && eslint --fix src"
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"prettier": "@douglasneuroinformatics/prettier-config",
"release": {
"extends": [
"@douglasneuroinformatics/semantic-release"
]
}
}
}
<!-- PROJECT LOGO -->
<div align="center">
<a href="https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules">
<img src="https://raw.githubusercontent.com/DouglasNeuroInformatics/esbuild-plugin-native-modules/main/.github/assets/dnp-generic-logo.png" alt="Logo" width="100" >
<img src="https://raw.githubusercontent.com/DouglasNeuroInformatics/.github/main/assets/img/dnp-generic-logo.png" alt="Logo" width="100" >
</a>

@@ -24,3 +24,3 @@ <h3 align="center">@douglasneuroinformatics/esbuild-plugin-native-modules</h3>

```sh
pnpm install @douglasneuroinformatics/esbuild-plugin-native-modules
pnpm add @douglasneuroinformatics/esbuild-plugin-native-modules
```

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