Socket
Socket
Sign inDemoInstall

domql

Package Overview
Dependencies
79
Maintainers
2
Versions
260
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.37 to 1.6.38

dist/cjs/element/applyParam.js

8

package.json
{
"name": "domql",
"description": "DOM rendering Javascript framework at early stage.",
"version": "1.6.37",
"version": "1.6.38",
"repository": "https://github.com/domql/domql",

@@ -9,4 +9,7 @@ "publishConfig": {

},
"type": "module",
"module": "dist/esm/index.js",
"main": "dist/esm/index.js",
"exports": "./dist/cjs/index.js",
"source": "src/index.js",
"main": "src/index.js",
"files": [

@@ -24,2 +27,3 @@ "dist",

"prepublish": "rimraf -I dist && yarn test:lint && yarn build && yarn copy:package:cjs",
"p": "npm version patch && npm publish && git push origin --tags --force && git push",
"start": "parcel examples/index.html --no-cache",

@@ -26,0 +30,0 @@ "test:lint": "npx standard \"src/**/*.js\"",

@@ -52,5 +52,5 @@ 'use strict'

context: {},
'$setStateCollection': {},
'$setCollection': {},
'$setPropsCollection': {},
$setStateCollection: {},
$setCollection: {},
$setPropsCollection: {}
}

@@ -57,0 +57,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc