Socket
Socket
Sign inDemoInstall

jiti

Package Overview
Dependencies
0
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.2 to 1.17.0

./lib/index.js

39

package.json
{
"name": "jiti",
"version": "1.16.2",
"version": "1.17.0",
"description": "Runtime typescript and ESM support for Node.js",

@@ -16,4 +16,4 @@ "repository": "unjs/jiti",

"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",

@@ -23,8 +23,9 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",

"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/preset-typescript": "^7.18.6",
"@babel/template": "^7.20.7",
"@babel/types": "^7.20.7",
"@types/babel__core": "^7.1.20",
"@types/babel__core": "^7.20.0",
"@types/babel__template": "^7.4.1",

@@ -36,7 +37,7 @@ "@types/mkdirp": "^1.0.2",

"@types/semver": "^7.3.13",
"@vitest/coverage-c8": "^0.26.3",
"acorn": "^8.8.1",
"@vitest/coverage-c8": "^0.28.3",
"acorn": "^8.8.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-parameter-decorator": "^1.0.16",
"config": "^3.3.8",
"config": "^3.3.9",
"create-require": "^1.1.1",

@@ -46,15 +47,15 @@ "cross-env": "^7.0.3",

"escape-string-regexp": "^5.0.0",
"eslint": "^8.31.0",
"eslint-config-unjs": "^0.0.3",
"eslint": "^8.33.0",
"eslint-config-unjs": "^0.1.0",
"esm": "^3.2.25",
"estree-walker": "^3.0.1",
"estree-walker": "^3.0.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"mkdirp": "^1.0.4",
"mlly": "^1.0.0",
"mlly": "^1.1.0",
"object-hash": "^3.0.0",
"pathe": "^1.0.0",
"pathe": "^1.1.0",
"pirates": "^4.0.5",
"pkg-types": "^1.0.1",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"semver": "^7.3.8",

@@ -64,9 +65,9 @@ "standard-version": "^9.5.0",

"ts-loader": "^9.4.2",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vitest": "^0.26.3",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vitest": "^0.28.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.26.2",
"scripts": {

@@ -78,3 +79,3 @@ "build": "pnpm clean && cross-env NODE_ENV=production pnpm webpack",

"jiti:legacy": "cross-env JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
"lint": "eslint --ext .ts,.js . && prettier -c .",
"lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs",
"release": "pnpm build && pnpm test && pnpm standard-version && git push --follow-tags && pnpm publish",

@@ -81,0 +82,0 @@ "test": "pnpm lint && vitest run --coverage"

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc