Socket
Socket
Sign inDemoInstall

file-loader

Package Overview
Dependencies
Maintainers
7
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-loader - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-rc.0

13

CHANGELOG.md

@@ -5,7 +5,20 @@ # Change Log

<a name="1.0.0-rc.0"></a>
# [1.0.0-rc.0](https://github.com/webpack/file-loader/compare/v1.0.0-beta.1...v1.0.0-rc.0) (2017-07-26)
### Bug Fixes
* remove `=` from default export (`SyntaxError`) ([#178](https://github.com/webpack/file-loader/issues/178)) ([3fe2d12](https://github.com/webpack/file-loader/commit/3fe2d12))
<a name="1.0.0-beta.1"></a>
# [1.0.0-beta.1](https://github.com/webpack/file-loader/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2017-06-09)
### Code Refactoring
* Upgrade to defaults 1.3.0 ([#170](https://github.com/webpack-contrib/file-loader/pull/170)) ([632ed72](https://github.com/webpack/file-loader/commit/acd6c2f))
<a name="1.0.0-beta.0"></a>

@@ -12,0 +25,0 @@ # [1.0.0-beta.0](https://github.com/webpack/file-loader/compare/v0.11.2...v1.0.0-beta.0) (2017-06-07)

2

dist/index.js

@@ -89,5 +89,5 @@ 'use strict';

return `export default = ${publicPath};`;
return `export default ${publicPath};`;
}
var raw = exports.raw = true;
{
"name": "file-loader",
"version": "1.0.0-beta.1",
"version": "1.0.0-rc.0",
"author": "Tobias Koppers @sokra",

@@ -30,2 +30,5 @@ "description": "file loader module for webpack",

},
"peerDependencies": {
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
},
"scripts": {

@@ -36,3 +39,2 @@ "start": "npm run build -- -w",

"clean": "del-cli dist",
"clean:dist": "del-cli dist",
"lint": "eslint --cache src test",

@@ -45,4 +47,4 @@ "lint-staged": "lint-staged",

"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch",
"travis:coverage": "npm run test:coverage -- --runInBand",

@@ -66,5 +68,2 @@ "travis:test": "npm run test -- --runInBand",

"license": "MIT",
"peerDependencies": {
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
},
"engines": {

@@ -71,0 +70,0 @@ "node": ">= 4.3 < 5.0.0 || >= 5.10"

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