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

@thednp/dommatrix

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thednp/dommatrix - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

37

package.json
{
"name": "@thednp/dommatrix",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript shim for DOMMatrix",

@@ -8,7 +8,12 @@ "homepage": "https://thednp.github.io/dommatrix/",

"license": "MIT",
"source": "src/index.ts",
"main": "dist/dommatrix.js",
"module": "dist/dommatrix.cjs",
"esnext": "dist/dommatrix.mjs",
"types": "dist/dommatrix.d.ts",
"source": "./src/index.ts",
"main": "./dist/dommatrix.js",
"module": "./dist/dommatrix.mjs",
"types": "./dist/dommatrix.d.ts",
"exports": {
".": {
"require": "./dist/dommatrix.cjs",
"import": "./dist/dommatrix.mjs"
}
},
"scripts": {

@@ -50,11 +55,11 @@ "pre-test": "npm run clean-coverage",

"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/code-coverage": "^3.10.0",
"@types/istanbul-lib-instrument": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"cypress": "^12.4.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"cypress": "^12.8.1",
"dts-bundle-generator": "^7.2.0",
"eslint": "^8.30.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint": "^8.36.0",
"eslint-plugin-jsdoc": "^40.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",

@@ -66,7 +71,7 @@ "eslint-plugin-prettier": "^4.2.1",

"nyc": "^15.1.0",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"prettier": "^2.8.4",
"rimraf": "^4.4.0",
"typescript": "^5.0.2",
"vite": "^4.2.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