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

@domql/render

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/render - npm Package Compare versions

Comparing version 2.3.82 to 2.3.100

dist/cjs/index.js

20

package.json
{
"name": "@domql/render",
"version": "2.3.82",
"version": "2.3.100",
"license": "MIT",
"type": "module",
"module": "index.js",
"main": "index.js",
"license": "MIT",
"exports": "./dist/cjs/index.js",
"source": "index.js",
"gitHead": "6d358ffa05e6acdceacc1d053fdb00449610b43a"
"files": [
"*.js",
"dist"
],
"scripts": {
"copy:package:cjs": "cp ../../.build/package-cjs.json dist/cjs/package.json",
"build:esm": "npx esbuild *.js --target=es2020 --format=esm --outdir=dist/esm",
"build:cjs": "npx esbuild *.js --target=node16 --format=cjs --outdir=dist/cjs",
"build": "yarn build:cjs",
"prepublish": "rimraf -I dist && yarn build && yarn copy:package:cjs"
},
"gitHead": "4d65ad04e488122bfc73ec81dc16c45b842ffa9b"
}
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