@thednp/dommatrix
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@thednp/dommatrix", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "TypeScript shim for DOMMatrix", | ||
@@ -11,5 +11,5 @@ "homepage": "https://thednp.github.io/dommatrix/", | ||
"module": "./dist/dommatrix.mjs", | ||
"types": "./dist/dommatrix.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/dommatrix.d.ts", | ||
"require": "./dist/dommatrix.cjs", | ||
@@ -56,10 +56,10 @@ "import": "./dist/dommatrix.mjs" | ||
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", | ||
"@cypress/code-coverage": "^3.10.7", | ||
"@cypress/code-coverage": "^3.10.8", | ||
"@types/istanbul-lib-instrument": "^1.7.4", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"cypress": "^12.14.0", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"cypress": "^12.16.0", | ||
"dts-bundle-generator": "^8.0.1", | ||
"eslint": "^8.42.0", | ||
"eslint-plugin-jsdoc": "^46.2.6", | ||
"eslint": "^8.44.0", | ||
"eslint-plugin-jsdoc": "^46.4.3", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
@@ -73,5 +73,5 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.1.3", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.3.9" | ||
} | ||
} |
@@ -7,7 +7,7 @@ # DOMMatrix | ||
[![jsDeliver](https://data.jsdelivr.com/v1/package/npm/@thednp/dommatrix/badge)](https://www.jsdelivr.com/package/npm/@thednp/dommatrix) | ||
[![typescript version](https://img.shields.io/badge/typescript-5.0.2-brightgreen)](https://www.typescriptlang.org/) | ||
[![cypress version](https://img.shields.io/badge/cypress-12.8.1-brightgreen)](https://www.cypress.io/) | ||
[![eslint version](https://img.shields.io/badge/eslint-8.36.0-brightgreen)](https://github.com/eslint) | ||
[![vite version](https://img.shields.io/badge/vite-4.2.0-brightgreen)](https://vitejs.dev/) | ||
[![prettier version](https://img.shields.io/badge/prettier-2.8.4-brightgreen)](https://prettier.io/) | ||
[![typescript version](https://img.shields.io/badge/typescript-5.1.6-brightgreen)](https://www.typescriptlang.org/) | ||
[![cypress version](https://img.shields.io/badge/cypress-12.16.0-brightgreen)](https://www.cypress.io/) | ||
[![eslint version](https://img.shields.io/badge/eslint-8.44.0-brightgreen)](https://github.com/eslint) | ||
[![vite version](https://img.shields.io/badge/vite-4.3.9-brightgreen)](https://vitejs.dev/) | ||
[![prettier version](https://img.shields.io/badge/prettier-2.8.8-brightgreen)](https://prettier.io/) | ||
@@ -14,0 +14,0 @@ A TypeScript sourced [DOMMatrix](https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix) shim for **Node.js** apps and legacy browsers. Since this source is modernized, legacy browsers might need some additional shims. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234768