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

@activeadmin/activeadmin

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activeadmin/activeadmin - npm Package Compare versions

Comparing version 4.0.0-beta6 to 4.0.0-beta7

4

dist/active_admin/utils/dom.js
const nextSibling = function next(element, selector) {
let sibling = element.nextElementSibling;
if (!selector) {
return sibling;
}
while (sibling) {

@@ -9,0 +5,0 @@ if (sibling && sibling.matches(selector)) {

2

package.json
{
"name": "@activeadmin/activeadmin",
"version": "4.0.0-beta6",
"version": "4.0.0-beta7",
"description": "The administration framework for Ruby on Rails.",

@@ -5,0 +5,0 @@ "main": "dist/active_admin.js",

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