express-response-formatter
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -8,2 +8,8 @@ # Changelog | ||
## [1.2.4] - 2020-03-06 | ||
### Changed | ||
- Move from babel to tsc. | ||
## [1.2.3] - 2020-03-05 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "express-response-formatter", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"scripts": { | ||
"build": "babel src -d lib --extensions \".ts\"", | ||
"demo": "nodemon example/index.js", | ||
"build": "tsc", | ||
"format": "prettier --write src/**/*.ts", | ||
@@ -15,6 +18,3 @@ "test": "jest" | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@types/express": "^4.17.3", | ||
"@types/jest": "^25.1.3", | ||
@@ -24,3 +24,2 @@ "@types/supertest": "^2.0.8", | ||
"@typescript-eslint/parser": "^2.22.0", | ||
"babel-jest": "^25.1.0", | ||
"eslint": "^6.8.0", | ||
@@ -34,2 +33,3 @@ "express": "^4.17.1", | ||
"supertest": "^4.0.2", | ||
"ts-jest": "^25.2.1", | ||
"typescript": "^3.8.3" | ||
@@ -36,0 +36,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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
15
6409
4
0
2