tinspector
Advanced tools
Comparing version 3.2.2 to 3.2.3-canary.kbwv88am.0
module.exports = { | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.js?$", | ||
"snapshotSerializers": [ | ||
"./scripts/function-snapshot-serializer.js" | ||
] | ||
} | ||
preset: 'ts-jest', | ||
//testEnvironment: 'node' | ||
}; |
module.exports = { | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"src/**/*.js" | ||
], | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.js?$", | ||
"snapshotSerializers": [ | ||
"./scripts/function-snapshot-serializer.js" | ||
] | ||
} | ||
preset: 'ts-jest', | ||
//testEnvironment: 'node', | ||
collectCoverage:true, | ||
collectCoverageFrom: ["src/*"], | ||
snapshotSerializers: [ | ||
"<rootDir>scripts/function-snapshot-serializer.js", | ||
], | ||
coverageThreshold: { | ||
global: { | ||
branches: 100, | ||
functions: 100, | ||
lines: 100, | ||
statements: 100 | ||
} | ||
} | ||
}; |
@@ -22,2 +22,4 @@ "use strict"; | ||
function traverseObject(fn, name, ctx) { | ||
if (fn === undefined || fn === null) | ||
return; | ||
if (Array.isArray(fn)) | ||
@@ -24,0 +26,0 @@ return; |
{ | ||
"name": "tinspector", | ||
"version": "3.2.2", | ||
"version": "3.2.3-canary.kbwv88am.0+078d37d", | ||
"description": "TypeScript type inspector", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"test": "jest", | ||
"prepublish": "tsc && tsc -p tsconfig.build.json", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"clean": "rm -rf src/*.js && rm -rf test/*.js && rm -rf test/**/*.js && rm -rf lib" | ||
@@ -30,5 +30,7 @@ }, | ||
"jest": "^26.0.1", | ||
"ts-jest": "^26.1.1", | ||
"tslib": "^2.0.0", | ||
"typescript": "^3.9.5" | ||
} | ||
}, | ||
"gitHead": "078d37d1ba9e002ea2272403880fab107a8c1817" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
63005
1129
7
2
1