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-canary.kbwv88am.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
}
}
};

@@ -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"
}
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