Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

webpack-build-notifier

Package Overview
Dependencies
9
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 2.0.0-alpha.0

dist/index.d.ts

5

CHANGELOG.md
# Changelog
#### 2.0.0-alpha.0
###### _August_ 14, 2019_
- Converted to TypeScript.
#### 1.0.3

@@ -4,0 +9,0 @@ ###### _June_ 4, 2019_

41

package.json
{
"name": "webpack-build-notifier",
"version": "1.0.3",
"version": "2.0.0-alpha.0",
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.",
"main": "index.js",
"types": "index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"lint": "eslint index.js",
"lint:fix": "eslint --fix index.js",
"test": "jest --runInBand --verbose --coverage --collectCoverageFrom=index.js",
"test:ci": "jest --coverage --collectCoverageFrom=index.js --coverageReporters=text-lcov | coveralls",
"build": "npm run clean && tsc && copyfiles ./src/icons/* ./dist",
"clean": "rimraf dist tests/assets",
"lint": "tslint --project tsconfig.json ./src/*.ts",
"lint:fix": "npm run lint -- --fix",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm t",
"test": "jest",
"test:ci": "jest --coverageReporters=text-lcov | coveralls",
"test-watch": "jest --runInBand --watch"

@@ -31,16 +38,20 @@ },

"dependencies": {
"ansi-regex": "^2.0.0",
"strip-ansi": "^3.0.1",
"node-notifier": "5.4.0"
"node-notifier": "5.4.0",
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@types/jest": "^24.0.17",
"@types/node-notifier": "^5.4.0",
"@types/strip-ansi": "^5.2.1",
"@types/webpack": "^4.4.32",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"babel-jest": "^24.8.0",
"copyfiles": "^2.1.1",
"jest": "^24.8.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.5.3",
"webpack": "^4.33.0"
}
}
}

@@ -116,3 +116,3 @@ # webpack-build-notifier

----------
While this project is not written in TypeScript (yet!), it does include TypeScript definitions in [index.d.ts](./index.d.ts). You can take advantage of this if your project's webpack configuration is using TypeScript (e.g. `webpack.config.ts`).
This project is written in TypeScript, and type declarations are included. You can take advantage of this if your project's webpack configuration is also using TypeScript (e.g. `webpack.config.ts`).

@@ -141,3 +141,3 @@ ```javascript

-------------------
* Port to TypeScript
* ~~Port to TypeScript~~ (completed in v2.0.0)
* Increase test coverage

@@ -144,0 +144,0 @@

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