Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-response-formatter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-response-formatter - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

6

CHANGELOG.md

@@ -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 @@

16

package.json
{
"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 @@ },

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