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

@apm-insight-web/upload-sourcemaps-webpack-plugin

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0 to 1.1.0

2

dist/index.d.ts

@@ -8,2 +8,4 @@ import { Compiler } from 'webpack';

release?: string;
appSecret: string;
appKey: string;
}

@@ -10,0 +12,0 @@ export default class UploadSourcemapsPlugin {

4

dist/index.js

@@ -10,3 +10,3 @@ "use strict";

let { paths } = options;
const { host, env, release, app_id } = options;
const { host, env, release, app_id, appSecret, appKey } = options;
if (!paths || !Array.isArray(paths) || !paths.length) {

@@ -21,2 +21,4 @@ paths = ['./'];

release,
appSecret,
appKey,
});

@@ -23,0 +25,0 @@ }

{
"name": "@apm-insight-web/upload-sourcemaps-webpack-plugin",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",

@@ -15,3 +15,3 @@ "files": [

"dependencies": {
"@apm-insight-web/upload-sourcemaps": "1.0.0"
"@apm-insight-web/upload-sourcemaps": "1.1.0"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "62c3a61206f915f0a2c73f64e1816d2a175fe2de"
"gitHead": "0469e0a521a56a77c8760d250b33929eb043fe20"
}

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