Socket
Socket
Sign inDemoInstall

source-map-loader

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-map-loader - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.2.3"></a>
## [0.2.3](https://github.com/webpack/source-map-loader/compare/v0.2.2...v0.2.3) (2017-10-23)
### Chores
* Increase minimum version of source-map dependency for bug fix https://github.com/mozilla/source-map/issues/247 ([#56](https://github.com/webpack-contrib/source-map-loader/issues/56)) ([f6cf53c](https://github.com/webpack/source-map-loader/commit/f6cf53c))
<a name="0.2.2"></a>

@@ -7,0 +17,0 @@ ## [0.2.2](https://github.com/webpack/source-map-loader/compare/v0.2.1...v0.2.2) (2017-09-30)

6

package.json
{
"name": "source-map-loader",
"version": "0.2.2",
"version": "0.2.3",
"author": "Tobias Koppers @sokra",

@@ -27,6 +27,6 @@ "description": "extracts inlined source map and offers it to webpack",

"dependencies": {
"async": "^0.9.0",
"async": "^2.5.0",
"loader-utils": "~0.2.2",
"source-map": "~0.1.33"
"source-map": "~0.6.1"
}
}
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