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

@domql/utils

Package Overview
Dependencies
Maintainers
3
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domql/utils - npm Package Compare versions

Comparing version 2.3.65 to 2.3.69

1

dist/cjs/object.js

@@ -143,2 +143,3 @@ "use strict";

}
console.log(obj2, stringified2);
return stringified2;

@@ -145,0 +146,0 @@ };

@@ -120,2 +120,3 @@ 'use strict'

}
console.log(obj, stringified)
return stringified

@@ -122,0 +123,0 @@ }

13

package.json
{
"name": "@domql/utils",
"version": "2.3.65",
"version": "2.3.69",
"license": "MIT",
"type": "module",
"module": "dist/esm/index.js",
"unpkg": "dist/iife/index.js",
"jsdelivr": "dist/iife/index.js",
"main": "dist/esm/index.js",
"module": "index.js",
"main": "index.js",
"exports": "./dist/cjs/index.js",

@@ -20,4 +18,3 @@ "source": "index.js",

"build:cjs": "npx esbuild *.js --target=node16 --format=cjs --outdir=dist/cjs",
"build:iife": "npx esbuild *.js --target=node16 --format=iife --outdir=dist/iife",
"build": "yarn build:esm && yarn build:cjs",
"build": "yarn build:cjs",
"prepublish": "rimraf -I dist && yarn build && yarn copy:package:cjs"

@@ -29,3 +26,3 @@ },

},
"gitHead": "d6740b17c388380f26aaaa962a1e518324a90a66"
"gitHead": "7b43df6cfdae920a1602749f2cf29a9b44a40000"
}
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