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

koatty_apollo

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_apollo - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

dist/index.d.ts.map

2

CHANGELOG.md

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

### [2.1.5](https://github.com/Koatty/koatty_apollo/compare/v2.1.4...v2.1.5) (2022-05-27)
### 2.1.4 (2021-11-20)

@@ -21,1 +21,2 @@ interface PluginOptions {

export {};
//# sourceMappingURL=index.d.ts.map

2

dist/index.js

@@ -12,3 +12,3 @@ "use strict";

*/
const helper = (0, tslib_1.__importStar)(require("koatty_lib"));
const helper = tslib_1.__importStar(require("koatty_lib"));
const koatty_logger_1 = require("koatty_logger");

@@ -15,0 +15,0 @@ const apollo = require("ctrip-apollo");

{
"name": "koatty_apollo",
"version": "2.1.4",
"version": "2.1.5",
"description": "Apollo Plugin for Koatty.",

@@ -10,7 +10,5 @@ "main": "./dist/index.js",

"prepublishOnly": "npm test && npm run build",
"prerelease": "npm test && npm run build",
"release": "npm run prepublishOnly && standard-version",
"pub": "git push --follow-tags origin && npm publish",
"test": "npm run eslint && jest --passWithNoTests",
"test:cov": "jest --collectCoverage --detectOpenHandles",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s"
"test": "npm run eslint && jest --passWithNoTests"
},

@@ -27,11 +25,7 @@ "engines": {

"devDependencies": {
"@babel/core": "^7.x.x",
"@babel/plugin-proposal-decorators": "^7.x.x",
"@babel/preset-env": "^7.x.x",
"@babel/preset-typescript": "^7.x.x",
"@commitlint/cli": "^12.x.x",
"@commitlint/config-conventional": "^15.x.x",
"@commitlint/cli": "^17.x.x",
"@commitlint/config-conventional": "^17.x.x",
"@types/jest": "^27.x.x",
"@types/koa": "^2.x.x",
"@types/node": "^16.x.x",
"@types/node": "^17.x.x",
"@typescript-eslint/eslint-plugin": "^5.x.x",

@@ -42,8 +36,8 @@ "@typescript-eslint/parser": "^5.x.x",

"eslint": "^8.x.x",
"eslint-plugin-jest": "^25.x.x",
"husky": "^7.x.x",
"jest": "^27.x.x",
"jest-html-reporters": "^2.x.x",
"eslint-plugin-jest": "^26.x.x",
"husky": "^4.x.x",
"jest": "^28.x.x",
"jest-html-reporters": "^3.x.x",
"standard-version": "^9.x.x",
"ts-jest": "^27.x.x",
"ts-jest": "^28.x.x",
"ts-node": "^10.x.x",

@@ -56,5 +50,8 @@ "typescript": "^4.x.x"

"koatty_logger": "^1.x.x",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"peerDependencies": {
"koatty_lib": "^1.x.x",
"koatty_logger": "^1.x.x"
}
}
}

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