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 0.0.0 to 0.1.0

dist/index.d.ts

40

package.json

@@ -1,1 +0,39 @@

{ "version": "0.0.0", "name": "jiti", "license": "mit" }
{
"name": "jiti",
"version": "0.1.0",
"description": "",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn build:transform && yarn build:jit",
"dev": "yarn build:jit --watch",
"build:jit": "rollup -c",
"build:transform": "ncc build src/transform.ts -t -m -o dist/transform",
"lint": "eslint --ext .ts,.js .",
"test": "yarn lint"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-typescript": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@nuxtjs/eslint-config-typescript": "^2.0.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@types/babel__core": "^7.1.8",
"@types/node": "^14.0.11",
"@zeit/ncc": "^0.22.3",
"create-require": "^1.0.1",
"eslint": "^7.2.0",
"resolve": "^1.17.0",
"rollup": "^2.13.1",
"rollup-plugin-typescript2": "^0.27.1",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
}
}
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