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

@happy-dom/jest-environment

Package Overview
Dependencies
Maintainers
1
Versions
557
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@happy-dom/jest-environment - npm Package Compare versions

Comparing version 13.1.4 to 13.2.0

bin/build-lit-ts-config.cjs

56

package.json
{
"name": "@happy-dom/jest-environment",
"version": "13.1.4",
"version": "13.2.0",
"license": "MIT",

@@ -28,3 +28,3 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",

"scripts": {
"compile": "node ./bin/build-lit-ts-config && tsc --project tmp/tsconfig.lit-reactive-element.json && tsc --project tmp/tsconfig.lit-element.json && tsc --project tmp/tsconfig.lit-html.json && tsc --project tmp/tsconfig.lit.json && node ./bin/transform-lit-require.js && node ./bin/copy-tsdef-for-lit.js && node ./bin/copy-package-json-for-lit.js && tsc",
"compile": "node ./bin/build-lit-ts-config.cjs && tsc --project tmp/tsconfig.lit-reactive-element.json && tsc --project tmp/tsconfig.lit-element.json && tsc --project tmp/tsconfig.lit-html.json && tsc --project tmp/tsconfig.lit.json && node ./bin/transform-lit-require.cjs && node ./bin/copy-tsdef-for-lit.cjs && node ./bin/copy-package-json-for-lit.cjs && tsc",
"watch": "npm run compile && tsc -w --preserveWatchOutput",

@@ -54,39 +54,41 @@ "test": "jest",

"@jest/types": "^29.4.0",
"happy-dom": "13.2.0",
"jest-mock": "^29.4.0",
"jest-util": "^29.4.0",
"happy-dom": "13.1.4"
"jest-util": "^29.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@angular/common": "^10.0.7",
"@angular/compiler": "^10.0.7",
"@angular/core": "^10.0.7",
"@angular/platform-browser": "^10.0.7",
"@angular/platform-browser-dynamic": "^10.0.7",
"@lit/reactive-element": "^1.3.1",
"@radix-ui/react-select": "^1.2.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "29.5.2",
"@types/node": "^16.11.7",
"@types/react": "^18.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react-dom": "^18.2.0",
"@types/jest": "29.5.2",
"prettier": "^2.6.0",
"typescript": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"express": "^4.18.2",
"glob": "^7.2.0",
"jest": "^29.4.0",
"ts-jest": "^29.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@radix-ui/react-select": "^1.2.2",
"vue": "^3.2.31",
"jquery": "^3.6.0",
"lit": "^2.2.1",
"@lit/reactive-element": "^1.3.1",
"lit-element": "^3.2.0",
"lit-html": "^2.2.1",
"@angular/core": "^10.0.7",
"@angular/platform-browser-dynamic": "^10.0.7",
"@angular/platform-browser": "^10.0.7",
"@angular/compiler": "^10.0.7",
"@angular/common": "^10.0.7",
"prettier": "^2.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^6.5.3",
"jquery": "^3.6.0",
"zone.js": "^0.10.3",
"glob": "^7.2.0",
"cpy": "^8.1.2",
"express": "^4.18.2"
"ts-jest": "^29.1.1",
"typescript": "^5.0.4",
"vue": "^3.2.31",
"zone.js": "^0.10.3"
},
"engines": {
"node": ">=16.0.0"
}
}

Sorry, the diff of this file is not supported yet

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