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

@hedia/test

Package Overview
Dependencies
Maintainers
13
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hedia/test - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-alpha.0

dist/src/reporters/sonarcloud.d.ts

23

package.json
{
"name": "@hedia/test",
"version": "2.0.0",
"version": "2.0.1-alpha.0",
"description": "Custom Test Reporters",
"type": "module",
"exports": {
"./reporters/sonarcloud": "./src/reporters/sonarcloud.js",
"./reporters/test": "./src/reporters/test.js"
"./reporters/sonarcloud": "./dist/src/reporters/sonarcloud.js",
"./reporters/test": "./dist/src/reporters/test.js"
},
"scripts": {
"tsc": "tsc --noEmit",
"build": "tsc",
"build:watch": "tsc --watch",
"dev": "concurrently \"npm run build:watch\" \"npm run start:watch\"",
"start": "node --enable-source-maps .",
"start:watch": "node --enable-source-maps --watch .",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -26,2 +32,6 @@ "prettier:check": "prettier --check .",

"devDependencies": {
"@hedia/eslint-config": "2.0.1",
"@hedia/prettier-config": "1.0.4",
"@hedia/tsconfig": "1.1.1",
"@types/node": "^20.9.0",
"prettier": "^3.0.3"

@@ -31,3 +41,6 @@ },

"@hedia/html": "2.0.1"
}
}
},
"files": [
"dist"
]
}
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