npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

kitking-core

v0.0.28-beta

Published

kitking

Downloads

359

Readme

安装

npm install kitking-core

使用

import { KitRequest } form 'kitking-core';

支持按需加载

安装 babel-import-babel 插件;

npm install babel-import-babel  --save-dev

.babelrc 文件修改:

{
    "presets": ["react", "env"],
    "plugins": [["import", { "libraryName": "kitking-core", "camel2DashComponentName": false }]]
}

模块列表:

  • awaitTo
  • dictionary
  • KitLogger
  • KitRequest
  • KitSession
  • KitStorage
  • KitArray
  • KitExp
  • KitObject
  • KitString

更新日志:

| 时间 | 类型 | 修改人 | 版本号 | 修改内容 | 具体日志 | | ---------- | ---- | ------ | ------ | -- | --| | 2019-09-30 | Modify | 任梦飞 | 0.0.19-beta | 修改 formatOutLogs 的 nodeEnv 环境判断。 | | 2019-11-20 | Add | 任梦飞 | 0.0.20-beta | 新增 export KitCrypto 对象 | | 2019-11-20 | Modify | 任梦飞 | 0.0.21-beta | 将 KitCrypto 上的方法 export default 导出 | | 2019-11-23 | Modify | 任梦飞 | 0.0.22-beta | 修复 多个请求同步等待密钥响应时,kitSecretKey 密钥响应后状态未立即清除 | kitSecretKey.js | | 2019-11-25 | Add | 任梦飞 | 0.0.23-beta | 新增导出加解密对象模块 | KitCrypto | | 2019-11-26 | Add | 任梦飞 | 0.0.24-beta | 请求主密钥是否解密,前提是加密的值,在 encryptConfig.mainKeyDecryptionKey 新增解密主密钥的AES Key(解决后端返回明文的问题) | kitSecretKey.js | | 2019-11-26 | Modify | 任梦飞 | 0.0.25-beta | 修改主密钥存储的逻辑 | kitSecretKey.js | | 2019-12-11 | Modify | 任梦飞 | 0.0.26-beta | 淡出 fetch 多余日志打印 | KitRequest.js | | 2024-08-30 | Modify | wj | 0.0.28-beta | 增加响应字段配置 | kitSecretKey.js |