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

kmore-types

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore-types - npm Package Compare versions

Comparing version 67.1.1 to 67.1.3

5

dist/lib/dict.d.ts

@@ -87,5 +87,8 @@ import type { DictAlias, DictCamelAlias, DictCamelColumns, DictColumns, DictScoped, DictTables } from './types.js';

* Should running expression only under development.
* Will be transformed to js literal object in js file under production
* Will be transformed to js literal object in js file under production.
*
* Execute `kmore gen --path ./src/` or `kmore gen --path <file-path>` to generate js file for production.
* If command `kmore` not exists from cli, run `npm i -g kmore-cli`
*/
export declare function genDbDict<D>(): DbDict<D>;
//# sourceMappingURL=dict.d.ts.map

@@ -5,3 +5,6 @@ import { computeCallExpressionToLiteralObj } from '@waiting/shared-types-dev';

* Should running expression only under development.
* Will be transformed to js literal object in js file under production
* Will be transformed to js literal object in js file under production.
*
* Execute `kmore gen --path ./src/` or `kmore gen --path <file-path>` to generate js file for production.
* If command `kmore` not exists from cli, run `npm i -g kmore-cli`
*/

@@ -8,0 +11,0 @@ export function genDbDict() {

4

package.json
{
"name": "kmore-types",
"author": "waiting",
"version": "67.1.1",
"version": "67.1.3",
"description": "Retrieve types info from ts file",

@@ -74,3 +74,3 @@ "keywords": [

},
"gitHead": "7f0d19d7545d43a717c30b6540d368eaafce82da"
"gitHead": "3542a2071b52830a12504f8f6d08e789c7c45545"
}

@@ -106,3 +106,6 @@

* Should running expression only under development.
* Will be transformed to js literal object in js file under production
* Will be transformed to js literal object in js file under production.
*
* Execute `kmore gen --path ./src/` or `kmore gen --path <file-path>` to generate js file for production.
* If command `kmore` not exists from cli, run `npm i -g kmore-cli`
*/

@@ -109,0 +112,0 @@ export function genDbDict<D>(): DbDict<D> {

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