Socket
Socket
Sign inDemoInstall

jiti

Package Overview
Dependencies
0
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.21.3 to 1.21.4

2

dist/jiti.d.ts
/// <reference types="node" />
/// <reference types="node" />
import { Module } from "node:module";
import { Module } from "module";
import { TransformOptions, JITIOptions, JITIImportOptions } from "./types";

@@ -5,0 +5,0 @@ export type { JITIOptions, TransformOptions } from "./types";

{
"name": "jiti",
"version": "1.21.3",
"version": "1.21.4",
"description": "Runtime typescript and ESM support for Node.js",

@@ -28,17 +28,17 @@ "repository": "unjs/jiti",

"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.24.1",
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@babel/plugin-transform-optional-chaining": "^7.24.5",
"@babel/plugin-transform-typescript": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/template": "^7.24.0",
"@babel/types": "^7.24.5",
"@babel/plugin-syntax-import-assertions": "^7.24.7",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.7",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^20.12.8",
"@types/node": "^20.14.2",
"@types/object-hash": "^3.0.6",

@@ -57,3 +57,3 @@ "@types/resolve": "^1.20.6",

"escape-string-regexp": "^5.0.0",
"eslint": "^9.2.0",
"eslint": "^9.4.0",
"eslint-config-unjs": "^0.3.2",

@@ -68,12 +68,12 @@ "esm": "^3.2.25",

"pirates": "^4.0.6",
"pkg-types": "^1.1.0",
"prettier": "^3.2.5",
"pkg-types": "^1.1.1",
"prettier": "^3.3.1",
"reflect-metadata": "^0.2.1",
"semver": "^7.6.0",
"semver": "^7.6.2",
"std-env": "^3.7.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitest": "^1.6.0",

@@ -83,3 +83,3 @@ "webpack": "^5.91.0",

},
"packageManager": "pnpm@9.1.4"
"packageManager": "pnpm@9.2.0"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc