webpack-build-notifier
Advanced tools
Comparing version 1.0.3 to 2.0.0-alpha.0
# Changelog | ||
#### 2.0.0-alpha.0 | ||
###### _August_ 14, 2019_ | ||
- Converted to TypeScript. | ||
#### 1.0.3 | ||
@@ -4,0 +9,0 @@ ###### _June_ 4, 2019_ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
2
107727
13
12
348
1
2
+ Addedansi-regex@4.1.1(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
- Removedansi-regex@^2.0.0
- Removedansi-regex@2.1.1(transitive)
- Removedstrip-ansi@3.0.1(transitive)
Updatedstrip-ansi@^5.2.0