Socket
Socket
Sign inDemoInstall

banner-rotator-webpack-plugin

Package Overview
Dependencies
85
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

11

CHANGELOG.md

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

<a name="0.1.2"></a>
## [0.1.2](https://github.com/kisenka/banner-rotator-webpack-plugin/compare/v0.1.1...v0.1.2) (2017-12-01)
### Bug Fixes
* build script ([406b00c](https://github.com/kisenka/banner-rotator-webpack-plugin/commit/406b00c))
* **loader:** add banners json file to loader dependencies ([9cadb68](https://github.com/kisenka/banner-rotator-webpack-plugin/commit/9cadb68))
<a name="0.1.1"></a>

@@ -7,0 +18,0 @@ ## [0.1.1](https://github.com/kisenka/banner-rotator-webpack-plugin/compare/v0.1.0...v0.1.1) (2017-11-27)

25

package.json
{
"name": "banner-rotator-webpack-plugin",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -37,2 +37,3 @@ "keywords": [

"chai": "4.1.2",
"ci-publish": "^1.3.0",
"clean-webpack-plugin": "^0.1.17",

@@ -63,5 +64,13 @@ "commitizen": "2.9.6",

},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".commitizen.config.js"
}
},
"scripts": {
"build": "yarn build:runtime",
"build:runtime": "rm -rf runtime && node scripts/build-runtime",
"build:runtime": "rm -rf browser && node scripts/build-runtime",
"precommit": "yarn lint",

@@ -74,14 +83,4 @@ "commit": "git-cz",

"test:runtime": "karma start",
"prerelease": "yarn lint && yarn test",
"release": "standard-version --no-verify && git push --follow-tags origin master && npm publish",
"release:dry-run": "yarn prerelease && standard-version --no-verify --dry-run"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".commitizen.config.js"
}
"release": "yarn lint && yarn test && standard-version --message 'chore(release): %s [skip ci]' --no-verify && ci-publish && git push --follow-tags origin master"
}
}

@@ -28,2 +28,6 @@ const path = require('path');

if (bannersOptionIsPath) {
loader.addDependency(bannersFilePath);
}
return Promise.resolve()

@@ -30,0 +34,0 @@ .then(() => (bannersOptionIsPath ? fs.readJson(bannersFilePath) : bannersOption))

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc