New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@open-xchange/vite-plugin-es-decorators

Package Overview
Dependencies
Maintainers
14
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-xchange/vite-plugin-es-decorators - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

tsconfig.config.json

4

CHANGELOG.md
# Changelog
## `1.0.1` – 2025-Jan-31
- chore: bump dependencies
## `1.0.0` – 2025-Jan-03

@@ -4,0 +8,0 @@

22

package.json
{
"name": "@open-xchange/vite-plugin-es-decorators",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vite plugin that adds support for native ES decorators in JS source files",

@@ -19,7 +19,7 @@ "repository": {

"prepack": "yarn build && yarn lint",
"build": "rimraf dist && tsc",
"lint": "eslint ."
"build": "premove dist && tsc",
"lint": "tsc --project tsconfig.config.json && eslint ."
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-proposal-decorators": "^7.25.9",

@@ -29,9 +29,11 @@ "vite-plugin-babel": "^1.3.0"

"devDependencies": {
"@open-xchange/linter-presets": "1.0.0",
"@open-xchange/linter-presets": "1.2.6",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.4",
"eslint": "^9.17.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"vite": "^6.0.7"
"@types/node": "^22.12.0",
"better-typescript-lib": "^2.10.1",
"eslint": "^9.19.0",
"jiti": "^2.4.2",
"premove": "^4.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
},

@@ -38,0 +40,0 @@ "peerDependencies": {

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