New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@baemingo/tscpaths-async

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baemingo/tscpaths-async - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13-alpha.4

4

cjs/util.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const fs_1 = require("fs");
const path_1 = require("path");
const typescript_1 = require("typescript");
exports.mapPaths = (paths, mapper) => {

@@ -16,3 +18,3 @@ const dest = {};

paths: undefined,
}, } = require(file);
}, } = typescript_1.parseConfigFileTextToJson(file, fs_1.readFileSync(file, 'utf-8'));
const config = {};

@@ -19,0 +21,0 @@ if (baseUrl) {

{
"name": "@baemingo/tscpaths-async",
"version": "0.0.12",
"version": "0.0.13-alpha.4",
"description": "Replace absolute paths to relative paths after typescript compilation",

@@ -10,3 +10,5 @@ "main": "cjs/index.js",

},
"engines" : { "node" : "^10.0.0" },
"engines": {
"node": "^10.0.0"
},
"scripts": {

@@ -58,4 +60,3 @@ "build": "yarn build:esm && yarn build:cjs",

"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5"
"tslint-config-prettier": "^1.18.0"
},

@@ -65,4 +66,5 @@ "dependencies": {

"fs-extra": "^8.1.0",
"globby": "^10.0.0"
"globby": "^10.0.0",
"typescript": "^3.4.5"
}
}

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