Socket
Socket
Sign inDemoInstall

import2

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1-dev.20221009 to 1.0.1

4

package.json
{
"name": "import2",
"version": "1.0.1-dev.20221009",
"description": "Dynamic import function who can avoid transpiling to require function",
"version": "1.0.1",
"description": "Dynamic import function which can avoid transpiling to require function",
"typings": "./index.d.ts",

@@ -6,0 +6,0 @@ "main": "index.js",

# Import2
A dynamic `import()` function who can avoid transpiled to `require()` function.
A dynamic `import()` function which can avoid transpiling to `require()` function.
It also can avoid unexpected bundling.
```typescript

@@ -5,0 +7,0 @@ import import2 from "import2";

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