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 63.0.0 to 63.2.0

17

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

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

"dependencies": {
"@waiting/shared-types-dev": "18.0.1"
"@waiting/shared-types-dev": "^18.0.2"
},

@@ -48,3 +48,2 @@ "engines": {

"asset",
"src/**/*.ts",
"bin",

@@ -61,2 +60,3 @@ "database",

"build": "npm run tsc && tsc-alias && npm run rp",
"build:prod": "npm run tsc -- --declaration --declarationMap && tsc-alias && npm run rp",
"build:unit": "tsc -p test/tsconfig.json",

@@ -68,11 +68,12 @@ "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",

"clean:log": "rm -rf ./logs ./run",
"cov": "c8 --all npm run test -- --parallel=false",
"lint": "eslint --fix --cache src test",
"cov": "c8 --all npm run test --",
"lint": "eslint --fix --cache src test ",
"lint:nofix": "eslint --cache src test",
"pretest": "npm run build && npm run build:unit",
"pretest": "npm run build:unit",
"rp": "tsx bin-hashbang.js",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --jobs=4",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha",
"test:deb": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
"tsc": "tsc -p tsconfig.json"
},
"gitHead": "9a183f0873732f6f9f41873485fdd2f018e1ee2c"
"gitHead": "c2ce82913bc9868a7ca3ddd6da640deb9b58a371"
}

@@ -5,3 +5,3 @@ {

"declaration": true,
"declarationMap": true,
"declarationMap": false,
"emitDecoratorMetadata": true,

@@ -31,2 +31,3 @@ "esModuleInterop": true,

"resolveJsonModule": true,
"rootDir": "src",
"skipLibCheck": true,

@@ -37,3 +38,3 @@ "sourceMap": true,

"stripInternal": true,
"target": "ES2022",
"target": "ES2023",
"tsBuildInfoFile": ".tsbuildinfo",

@@ -40,0 +41,0 @@ "types" : ["mocha", "node"]

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