Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-import

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-import - npm Package Compare versions

Comparing version 2.0.24 to 2.0.25

LICENSE

12

package.json
{
"name": "ts-import",
"version": "2.0.24",
"version": "2.0.25",
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.",
"license": "MIT",
"keywords": [

@@ -20,6 +21,6 @@ "compile",

"dependencies": {
"options-defaults": "^2.0.24"
"options-defaults": "^2.0.25"
},
"devDependencies": {
"@radrat-node/logger": "^2.0.24",
"@radrat-node/logger": "^2.0.25",
"@types/jest": "^26.0.16",

@@ -32,3 +33,6 @@ "@types/node": "^14.11.1",

},
"gitHead": "cd7a4ccd15e93a65506fb773b26ecc04d88b4a14"
"engines": {
"node": ">=14.14.0"
},
"gitHead": "224460addaf4a2fcc91075caa014ede82f1de1ee"
}
<p align="center">
<h1>ts-import</h1>
<div>Importing TypeScript files dynamically into JavaScript requires additional compilation step, which is troublesome to write for many. Popular **typescript-require** package seems to be obsolete and doesn't allow much customization. Typed alternative to https://github.com/theblacksmith/typescript-require written in TypeScript.</div>
<div>Importing TypeScript files dynamically into JavaScript requires additional compilation step, which is troublesome to write for many. Popular typescript-require package seems to be obsolete and doesn't allow much customization. Typed alternative to https://github.com/theblacksmith/typescript-require written in TypeScript.</div>
</p>

@@ -5,0 +5,0 @@

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