Socket
Socket
Sign inDemoInstall

jiti

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jiti - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/babel.js

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

### [0.1.5](https://github.com/nuxt-contrib/jiti/compare/v0.1.4...v0.1.5) (2020-06-11)
### Features
* allow passign debug as jiti options ([8da2310](https://github.com/nuxt-contrib/jiti/commit/8da2310c6b27a2b0fac2276d462c65b0c6f2b0a8))
* build and stack-trace improvements ([71780ab](https://github.com/nuxt-contrib/jiti/commit/71780ab15d8cb843323c3edcc3e55a2a5928e72e))
* improve babel transpile and debug ([f3042dc](https://github.com/nuxt-contrib/jiti/commit/f3042dcf116b309090de552d27cd8103bc7f1001))
### [0.1.4](https://github.com/nuxt-contrib/jiti/compare/v0.1.3...v0.1.4) (2020-06-11)

@@ -7,0 +16,0 @@

3

dist/babel.d.ts

@@ -1,1 +0,2 @@

export declare function transform(source: string, filename?: string): string;
import { TransformOptions } from './types';
export default function transform(opts: TransformOptions): string;
/// <reference types="node" />
export default function jiti(_filename: string): NodeRequire;
import { TransformOptions } from './types';
export declare type JITIOptions = {
transform: (opts: TransformOptions) => string;
debug: boolean;
};
export default function createJITI(_filename: string | undefined, opts: JITIOptions): NodeRequire;
{
"name": "jiti",
"version": "0.1.4",
"version": "0.1.5",
"description": "Runtime typescript and ESM support for Node.js (CommonJS)",
"license": "MIT",
"main": "dist/jiti.js",
"main": "./inde.js",
"types": "dist/jiti.d.ts",
"files": [
"index.js",
"dist"

@@ -10,0 +11,0 @@ ],

@@ -33,3 +33,2 @@ # jiti

- `-` Slower
- `-` No source-map support at the moment

@@ -82,3 +81,2 @@ ### [`babel-register`](https://babeljs.io/docs/en/babel-register)

- [x] Improve project build system
- [ ] Sourcemap support
- [ ] File system cache

@@ -85,0 +83,0 @@ - [ ] Add tests

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

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