tinspector
Advanced tools
Comparing version 3.2.2 to 3.2.3-canary1592806142.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 | ||
} | ||
} | ||
}; |
{ | ||
"name": "tinspector", | ||
"version": "3.2.2", | ||
"version": "3.2.3-canary1592806142.0+06cb125", | ||
"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.0.0", | ||
"tslib": "^2.0.0", | ||
"typescript": "^3.9.5" | ||
} | ||
}, | ||
"gitHead": "06cb125750ec650428ad9dd81e1646264673dfeb" | ||
} |
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
62949
1127
7
2
1