Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
cross-import
Advanced tools
.ts
in .js
.mjs
in .cjs
.cjs
in .mjs
npm install cross-import
import crossImport from 'cross-import'
crossImport(
source: string | fg.Pattern[],
options?: fg.Options
): any
.ts
in .js
foo.ts
export * from './bar'
export const foo = 'foo'
bar.ts
export const bar = 'bar'
index.js
crossImport('./foo.ts')
// {"bar": "bar", "foo": "foo"}
And so on...
This is often used to read various user-defined configuration files like master.css.ts
, next.config.js
, vite.config.mjs
...
index.js
crossImport('master.css.{js,ts,cjs,mjs}')
// {"bar": "bar", "foo": "foo"}
Inherited from fast-glob options
{
cwd: process.cwd()
}
FAQs
Import .ts, .mjs, .cjs files across environments as JavaScript modules
We found that cross-import demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.