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 3.0.0-beta.2 to 3.0.0-beta.3

8

package.json
{
"name": "ts-import",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Import (compile and cache on the fly) TypeScript files dynamically with ease.",

@@ -21,4 +21,3 @@ "license": "MIT",

"dependencies": {
"options-defaults": "2.0.39",
"typescript": "4.7.3"
"options-defaults": "2.0.39"
},

@@ -32,2 +31,5 @@ "devDependencies": {

},
"peerDependencies": {
"typescript": "4"
},
"engines": {

@@ -34,0 +36,0 @@ "node": ">=14.14.0"

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

`npm i ts-import`
`npm i ts-import typescript` (typescript@4 is required as peerDependency, so keep it in your project under "dependencies" and not "devDependencies")

Sorry, the diff of this file is not supported yet

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