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

azure-devops-symbols-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-devops-symbols-webpack-plugin - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

31

CHANGELOG.json

@@ -5,3 +5,32 @@ {

{
"date": "Tue, 12 Jul 2022 20:18:34 GMT",
"date": "Tue, 14 Feb 2023 20:44:29 GMT",
"tag": "azure-devops-symbols-webpack-plugin_v1.5.0",
"version": "1.5.0",
"comments": {
"none": [
{
"author": "dannyvv@microsoft.com",
"package": "azure-devops-symbols-webpack-plugin",
"commit": "fa00be2a64403a2818e42cad555a70c604604676",
"comment": "Bump typescript"
}
],
"minor": [
{
"author": "dannyvv@microsoft.com",
"package": "azure-devops-symbols-webpack-plugin",
"commit": "20265a914e6dd954abadc26971d15594cbd1cd6b",
"comment": "Update dependencies"
},
{
"author": "beachball",
"package": "azure-devops-symbols-webpack-plugin",
"comment": "Bump azure-devops-symbols-sourcemap to v1.3.0",
"commit": "20265a914e6dd954abadc26971d15594cbd1cd6b"
}
]
}
},
{
"date": "Tue, 12 Jul 2022 20:18:40 GMT",
"tag": "azure-devops-symbols-webpack-plugin_v1.4.0",

@@ -8,0 +37,0 @@ "version": "1.4.0",

# Change Log - azure-devops-symbols-webpack-plugin
This log was last generated on Tue, 12 Jul 2022 20:18:34 GMT and should not be manually modified.
This log was last generated on Tue, 14 Feb 2023 20:44:29 GMT and should not be manually modified.
<!-- Start content -->
## 1.5.0
Tue, 14 Feb 2023 20:44:29 GMT
### Minor changes
- Update dependencies (dannyvv@microsoft.com)
- Bump azure-devops-symbols-sourcemap to v1.3.0
## 1.4.0
Tue, 12 Jul 2022 20:18:34 GMT
Tue, 12 Jul 2022 20:18:40 GMT

@@ -11,0 +20,0 @@ ### Minor changes

2

lib/plugin.js

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

const source = new webpack.sources.SourceMapSource(asset.source.buffer(), asset.name, sourceMap, undefined, undefined, true);
compilation.updateAsset(asset.name, source, (info) => Object.assign(info, {
compilation.updateAsset(asset.name, source, (info) => Object.assign(info || {}, {
adoSourecMapEnabled: true,

@@ -77,0 +77,0 @@ related: {

{
"name": "azure-devops-symbols-webpack-plugin",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",

@@ -16,10 +16,10 @@ "main": "lib/plugin.js",

"dependencies": {
"azure-devops-symbols-sourcemap": "1.2.1",
"webpack-sources": "^2.3.1"
"azure-devops-symbols-sourcemap": "1.3.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@types/webpack-sources": "^2.1.0",
"@types/webpack-sources": "^3.2.0",
"azure-devops-symbols-build-tools": "0.1.0",
"webpack": "^5.50.0"
"webpack": "^5.75.0"
}
}

@@ -105,3 +105,3 @@ // Only use the static one for types, so that we can use the dynamic version of webpack we get from the plugin intialization

compilation.updateAsset(asset.name, source, (info) =>
Object.assign(info, {
Object.assign(info || {}, {
adoSourecMapEnabled: true,

@@ -108,0 +108,0 @@ related: {

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