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

kmore-types

Package Overview
Dependencies
Maintainers
1
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 27.0.0 to 28.0.0

dist/index.cjs

1

dist/index.d.ts
export * from './lib/index';
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,18 @@

export * from './lib/index';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./lib/index"), exports);
//# sourceMappingURL=index.js.map

@@ -74,1 +74,2 @@ import { DictTables, DictColumns, DictAlias, DictScoped, DictCamelAlias } from './types';

export declare function genDbDict<D>(): DbDict<D>;
//# sourceMappingURL=dict.d.ts.map

11

dist/lib/dict.js

@@ -0,4 +1,7 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.genDbDict = void 0;
/* eslint-disable node/no-unpublished-import */
// eslint-disable-next-line import/no-extraneous-dependencies
import { computeCallExpressionToLiteralObj } from '@waiting/shared-types-dev';
const shared_types_dev_1 = require("@waiting/shared-types-dev");
/**

@@ -9,6 +12,8 @@ * Transformer needle.

*/
export function genDbDict() {
function genDbDict() {
const needle = 'genDbDict';
const ret = computeCallExpressionToLiteralObj(needle);
const ret = (0, shared_types_dev_1.computeCallExpressionToLiteralObj)(needle);
return ret;
}
exports.genDbDict = genDbDict;
//# sourceMappingURL=dict.js.map
export * from './dict';
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,19 @@

export * from './dict';
export * from './types';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./dict"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

@@ -160,1 +160,2 @@ import { SnakeToCamel, SnakeToPascal } from '@waiting/shared-types';

};
//# sourceMappingURL=types.d.ts.map

@@ -1,1 +0,3 @@

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "kmore-types",
"author": "waiting",
"version": "27.0.0",
"version": "28.0.0",
"description": "Retrieve types info from ts file",

@@ -13,5 +13,3 @@ "keywords": [

"bin": {},
"browser": "",
"es2015": "",
"main": "dist/index.cjs.js",
"main": "dist/index.cjs",
"module": "dist/index.js",

@@ -29,10 +27,10 @@ "types": "src/index.ts",

"dependencies": {
"@waiting/shared-core": "^18.0.0",
"@waiting/shared-types": "^18.0.0"
"@waiting/shared-core": "^19.1.0",
"@waiting/shared-types": "^19.0.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13",
"@waiting/shared-types-dev": "^10.0.0",
"@waiting/shared-types-dev": "^10.0.2",
"cross-env": "7",
"rollup-plugin-typescript2": "^0.31.0"
"rollup-plugin-typescript2": "^0.32.0"
},

@@ -43,2 +41,3 @@ "engines": {

"files": [
"tsconfig.json",
"src/**/*.ts",

@@ -60,3 +59,3 @@ "bin/*.js",

"purge": "npm run clean && rm node_modules -rf",
"rp": "rollup -c rollup.config.js",
"rp": "rollup -c rollup.config.js --context this",
"rp:w": "npm run tsc:w | rollup -wc rollup.config.js",

@@ -69,3 +68,3 @@ "test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha",

},
"gitHead": "e64d95e1b721a4107f49b5df585f3bcd1028ed4c"
"gitHead": "8b2ebcdcccb496a2969f63b8ec67cb2412c61e26"
}
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