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

koatty_core

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_core - npm Package Compare versions

Comparing version 1.3.16 to 1.3.18

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.3.18](https://github.com/koatty/koatty_core/compare/v1.2.2...v1.3.18) (2021-11-18)
### [1.3.16](https://github.com/koatty/koatty_core/compare/v1.2.2...v1.3.16) (2021-11-18)

@@ -7,0 +9,0 @@

1

dist/Context.js

@@ -79,3 +79,2 @@ "use strict";

// originalPath
ctx.path = cmd;
ctx.setMetaData("originalPath", cmd);

@@ -82,0 +81,0 @@ }

{
"name": "koatty_core",
"version": "1.3.16",
"version": "1.3.18",
"description": "Koatty framework core",

@@ -9,3 +9,3 @@ "scripts": {

"prepublishOnly": "npm test && npm run build",
"release": "standard-version",
"release": "npm run prepublishOnly && standard-version",
"test": "npm run eslint && jest --passWithNoTests",

@@ -30,21 +30,18 @@ "test:cov": "jest --collectCoverage --detectOpenHandles",

"@babel/preset-typescript": "^7.x.x",
"@commitlint/cli": "^12.x.x",
"@commitlint/config-conventional": "^12.x.x",
"@commitlint/cli": "^15.x.x",
"@commitlint/config-conventional": "^15.x.x",
"@grpc/grpc-js": "^1.x.x",
"@types/cls-hooked": "^4.x.x",
"@types/jest": "^26.x.x",
"@types/koa": "^2.x.x",
"@types/koa__router": "^8.x.x",
"@types/node": "^12.x.x",
"@typescript-eslint/eslint-plugin": "^4.x.x",
"@typescript-eslint/parser": "^4.x.x",
"@types/node": "^16.x.x",
"@typescript-eslint/eslint-plugin": "^5.x.x",
"@typescript-eslint/parser": "^5.x.x",
"conventional-changelog-cli": "^2.x.x",
"del-cli": "^3.x.x",
"eslint": "^7.x.x",
"eslint-plugin-jest": "^24.x.x",
"husky": "^6.x.x",
"del-cli": "^4.x.x",
"eslint": "^8.x.x",
"eslint-plugin-jest": "^25.x.x",
"husky": "^7.x.x",
"jest": "^27.0.4",
"jest-html-reporters": "^2.x.x",
"koatty_cacheable": "^1.x.x",
"koatty_schedule": "^1.x.x",
"standard-version": "^9.x.x",

@@ -51,0 +48,0 @@ "ts-jest": "^27.x.x",

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