Huge News!Announcing our $40M Series B led by Abstract Ventures.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 36.0.3 to 37.0.0

dist/tsconfig.tsbuildinfo

11

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

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

"devDependencies": {
"@rollup/plugin-node-resolve": "13",
"@rollup/plugin-node-resolve": "14",
"cross-env": "7",

@@ -46,2 +46,3 @@ "rollup-plugin-typescript2": "^0.33.0"

"files": [
"README.*.md",
"tsconfig.json",

@@ -59,3 +60,3 @@ "Dockerfile",

"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*",
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",
"clean:cache": "rm -rf .eslintcache .tsbuildinfo",
"clean:lock": "rm package-lock.json -f",

@@ -67,2 +68,4 @@ "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --loader=ts-node/esm --parallel=false",

"rp": "rollup -c rollup.config.js --context this",
"pretest": "npm run build",
"pretest:local": "npm run build",
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm",

@@ -72,3 +75,3 @@ "test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false",

},
"gitHead": "a0c6322039862f73cffd5297ede17eaa7072ea76"
"gitHead": "47eb0c0a7289d34597d4326a296fb29727c50447"
}
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"declarationMap": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"newLine": "lf",
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",

@@ -25,14 +10,3 @@ "paths": {

"@/*": ["./test/*"]
},
"preserveConstEnums": true,
"pretty": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictPropertyInitialization": false,
"stripInternal": true,
"target": "ES2022",
"tsBuildInfoFile": ".vscode/.tsbuildinfo",
"types" : ["mocha", "node"]
}
},

@@ -48,13 +22,3 @@ "ts-node": {

"src/**/*.ts"
],
"exclude": [
"asset",
"app/public",
"app/views",
"dist",
"node_modules*",
"test",
"**/*.d.ts",
"**/*.spec.ts"
]
}

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