Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apm-insight-web/upload-sourcemaps

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apm-insight-web/upload-sourcemaps - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-alpha.0

dist/constants.cn.d.ts

5

dist/upload-sourcemaps.js

@@ -13,4 +13,5 @@ "use strict";

const md5_1 = require("ts-md5/dist/md5");
const constants_cn_1 = require("./constants.cn");
const URI = '/apmplus_api/eue/guest/webpro/sourcemap/upload';
const HOST = 'console.volcengine.com';
const HOST = constants_cn_1.CN_HOST;
const DEFAULT_RELEASE = '';

@@ -92,2 +93,4 @@ const DEFAULT_ENV = 'production';

headers,
maxBodyLength: Infinity,
maxContentLength: Infinity,
});

@@ -94,0 +97,0 @@ const json = yield res.data;

11

package.json
{
"name": "@apm-insight-web/upload-sourcemaps",
"version": "1.1.1",
"version": "1.1.2-alpha.0",
"main": "dist/index.js",
"license": "MIT",
"files": [
"bin",
"dist"
],
"files": ["bin", "dist"],
"bin": {

@@ -25,3 +22,5 @@ "upload-sourcemaps": "bin/upload-sourcemaps"

},
"gitHead": "2f7c8d980b26eb66d70b3a00e91cc12dc36a538d"
"scripts": {
"build": "tsc -b ./tsconfig.json"
}
}

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