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

@acanto/core-helpers

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acanto/core-helpers - npm Package Compare versions

Comparing version 0.0.25 to 0.0.27

2

item.ts

@@ -80,3 +80,3 @@ /**

const $elements = (toArray(
$$(`[data-${ATTR_ITEM_ID}]`)
$$(`[data-${ATTR_ITEM_ID}="${id}"]`)
) as unknown) as HTMLElement[];

@@ -83,0 +83,0 @@ $elements.forEach(callback);

{
"name": "@acanto/core-helpers",
"version": "0.0.25",
"version": "0.0.27",
"author": "Acanto <info@acanto.net> (https://acanto.agency/)",

@@ -16,4 +16,4 @@ "license": "ISC",

"@acanto/core-data": "^0.0.9",
"@acanto/core-dom": "^0.0.12",
"@acanto/core-forms": "^0.0.34",
"@acanto/core-dom": "^0.0.14",
"@acanto/core-forms": "^0.0.36",
"date-fns": "^2.16.1",

@@ -24,3 +24,3 @@ "lodash.debounce": "^4.0.8",

"sideEffects": false,
"gitHead": "2a2792b2e58ee111ec7e261565a91d6bc36a52f7"
"gitHead": "4ea109edd9705c50a55aceac1b604d271466849c"
}
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