@thednp/dommatrix
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@thednp/dommatrix", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript shim for DOMMatrix", | ||
@@ -9,5 +9,3 @@ "homepage": "https://thednp.github.io/dommatrix/", | ||
"source": "src/index.ts", | ||
"main": "dist/dommatrix.js", | ||
"module": "dist/dommatrix.mjs", | ||
"esmodule": "dist/dommatrix.mjs", | ||
"main": "dist/dommatrix", | ||
"types": "dist/dommatrix.d.ts", | ||
@@ -14,0 +12,0 @@ "scripts": { |
@@ -8,6 +8,6 @@ # DOMMatrix | ||
[![typescript version](https://img.shields.io/badge/typescript-4.9.4-brightgreen)](https://www.typescriptlang.org/) | ||
[![cypress version](https://img.shields.io/badge/cypress-12.2.0-brightgreen)](https://www.cypress.io/) | ||
[![cypress version](https://img.shields.io/badge/cypress-12.4.1-brightgreen)](https://www.cypress.io/) | ||
[![eslint version](https://img.shields.io/badge/eslint-8.30.0-brightgreen)](https://github.com/eslint) | ||
[![vite version](https://img.shields.io/badge/vite-4.0.3-brightgreen)](https://vitejs.dev/) | ||
[![prettier version](https://img.shields.io/badge/prettier-2.8.1-brightgreen)](https://prettier.io/) | ||
[![vite version](https://img.shields.io/badge/vite-4.0.4-brightgreen)](https://vitejs.dev/) | ||
[![prettier version](https://img.shields.io/badge/prettier-2.8.3-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
234698