Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@launchtray/hatch-util

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchtray/hatch-util - npm Package Compare versions

Comparing version 0.23.0-alpha.4 to 0.23.0-alpha.5

jest.config.js

26

package.json
{
"name": "@launchtray/hatch-util",
"version": "0.23.0-alpha.4",
"version": "0.23.0-alpha.5",
"description": "Utilities used by several other hatch modules",

@@ -29,4 +29,5 @@ "main": "./dist/index.js",

"typescript": "4.9.5",
"@launchtray/hatch-test": "0.23.0-alpha.4",
"@launchtray/hatch-eslint-config": "0.23.0-alpha.4"
"@launchtray/hatch-eslint-config": "0.23.0-alpha.5",
"@launchtray/hatch-test": "0.23.0-alpha.5",
"@launchtray/hatch-jest-config": "0.23.0-alpha.5"
},

@@ -37,21 +38,2 @@ "peerDependencies": {

},
"jest": {
"testEnvironment": "<rootDir>/node_modules/@launchtray/hatch-test/dist/SpecInfoJestEnvironment",
"transform": {
"\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.(ts|js)?(x)",
"<rootDir>/src/**/?(*.)(spec|test).(ts|js)?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
]
},
"scripts": {

@@ -58,0 +40,0 @@ "lint": "eslint --max-warnings=0 .",

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