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

tinspector

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinspector - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3-canary1592806142.0

8

jest.config.debug.js
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"
}
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