You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

esm-loader-import-alias

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esm-loader-import-alias - npm Package Compare versions

Comparing version

to
1.0.7

./dist/index.js

2

dist/index.d.ts
/// <reference types="node" />
declare type Options = {
type Options = {
parentURL: string;

@@ -4,0 +4,0 @@ url: string;

{
"name": "esm-loader-import-alias",
"version": "1.0.6",
"version": "1.0.7",
"description": "Chainable ESModule Loader for import path aliases",

@@ -8,3 +8,2 @@ "homepage": "https://github.com/brev/esm-loaders/tree/main/packages/esm-loader-import-alias#readme",

"main": "./dist/index.js",
"packageManager": "pnpm@7",
"type": "module",

@@ -20,19 +19,19 @@ "types": "./dist/index.d.ts",

"dependencies": {
"astring": "^1.8.3",
"create-esm-loader": "^0.1.2",
"esquery": "^1.4.0",
"meriyah": "^4.3.1",
"astring": "^1.8.4",
"create-esm-loader": "^0.2.3",
"esquery": "^1.5.0",
"meriyah": "^4.3.5",
"npm-run-all": "^4.1.5"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"c8": "^7.12.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"node-esm-loader": "^0.0.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.3",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"c8": "^7.13.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"node-esm-loader": "^0.2.3",
"prettier": "^2.8.6",
"rimraf": "^4.4.1",
"typescript": "^5.0.2",
"uvu": "^0.5.6"

@@ -63,3 +62,3 @@ },

"build": "run-s bin:tsc",
"build:watch": "run-s 'build --watch'",
"build:watch": "run-s 'bin:tsc --watch'",
"clean": "rimraf coverage/ dist/",

@@ -66,0 +65,0 @@ "format": "run-s 'bin:prettier --write'",