New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apj

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apj - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

CHANGELOG.md

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

[2.0.2] - 2019-10-09
- **Updated** koa-struct
[2.0.0] - 2019-07-21

@@ -9,0 +12,0 @@ - **Removed** dev mode

4

package.json
{
"name": "apj",
"version": "2.0.1",
"version": "2.0.2",
"description": "Start with a complete Koa server with zero configuration.",

@@ -39,3 +39,3 @@ "main": "index.js",

"koa-static": "^5.0.0",
"koa-struct": "^1.1.0",
"koa-struct": "^1.2.0",
"koa-views": "^6.1.4",

@@ -42,0 +42,0 @@ "valify": "^4.5.0"

@@ -235,2 +235,2 @@ # Apj

## Author
<a target="_blank" href="https://rica.li">Fabio Ricali</a>
<a target="_blank" href="https://rica.li">Fabio Ricali</a>

@@ -16,3 +16,3 @@ const Validator = require('valify');

const http = require('http');
const https = require('https');
//const https = require('https');
const EventEmitter = require('events');

@@ -19,0 +19,0 @@ const options = require('./options');

Sorry, the diff of this file is not supported yet

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