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.12.15 to 1.13.0

1

dist/types.d.ts

@@ -17,2 +17,3 @@ export declare type TransformOptions = {

cache?: boolean | string;
sourceMaps?: boolean;
requireCache?: boolean;

@@ -19,0 +20,0 @@ v8cache?: boolean;

4

package.json
{
"name": "jiti",
"version": "1.12.15",
"version": "1.13.0",
"description": "Runtime typescript and ESM support for Node.js (CommonJS)",

@@ -23,3 +23,3 @@ "repository": "unjs/jiti",

"release": "yarn test && yarn build && yarn standard-version && git push --follow-tags && npm publish",
"test": "vitest run"
"test": "vitest"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -90,2 +90,10 @@ # jiti

### `sourceMaps`
- Type: Boolean
- Default `false`
- Environment Vriable: `JITI_SOURCE_MAPS`
Add inline source map to transformed source for better debugging.
## Development

@@ -92,0 +100,0 @@

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