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

nokitjs

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nokitjs - npm Package Compare versions

Comparing version 1.14.9 to 1.15.0

4

bin/app.js

@@ -37,3 +37,5 @@ /* global process */

options.folders = options.folders || {};
options.folders.public = path.normalize(publicFolder);
options.folders.public = {
"^/": path.normalize(publicFolder)
};
}

@@ -40,0 +42,0 @@

@@ -1,4 +0,5 @@

### 1.14.9
### 1.15.0
1. 优化 Session 处理
2. 优化日志处理
3. 修复 CLI 的 -public 参数 bug

@@ -5,0 +6,0 @@ ### 1.14.7

/**
* Nokit - A Web development framework
* @version v1.14.9
* @version v1.15.0
* @link http://nokit.org

@@ -5,0 +5,0 @@ * @license MIT

{
"name": "nokitjs",
"rawName": "Nokit",
"version": "1.14.9",
"version": "1.15.0",
"description": "A Web development framework",

@@ -6,0 +6,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

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