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
3
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 2.13.1 to 2.14.0

5

app/assets/javascripts/active_admin/base.js

@@ -477,3 +477,3 @@ /**

function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
o.__proto__ = p;

@@ -522,5 +522,2 @@ return o;

exports.modal_dialog = modal_dialog;
Object.defineProperty(exports, "__esModule", {
value: true
});
});

12

package.json
{
"name": "@activeadmin/activeadmin",
"version": "2.13.1",
"version": "2.14.0",
"description": "The administration framework for Ruby on Rails.",
"main": "app/assets/javascripts/active_admin/base.js",
"type": "module",
"files": [

@@ -16,2 +17,3 @@ "app/assets/javascripts/active_admin/*.js",

"administration",
"administrative",
"rails"

@@ -26,9 +28,9 @@ ],

"devDependencies": {
"@babel/core": "",
"@babel/preset-env": "",
"@babel/core": "*",
"@babel/preset-env": "*",
"common-tags": "",
"eslint": "",
"eslint": "*",
"eslint-plugin-import": "",
"gherkin-lint": "",
"rollup": "",
"rollup": "*",
"rollup-plugin-babel": "",

@@ -35,0 +37,0 @@ "rollup-plugin-commonjs": "",

@@ -98,4 +98,4 @@ # Active Admin

[actions]: https://github.com/activeadmin/activeadmin/actions
[coverage_badge]: https://api.codeclimate.com/v1/badges/779e407d22bacff19733/test_coverage
[coverage]: https://codeclimate.com/github/activeadmin/activeadmin/test_coverage
[coverage_badge]: https://codecov.io/gh/activeadmin/activeadmin/branch/master/graph/badge.svg?token=NAjeBdkQXW
[coverage]: https://codecov.io/gh/activeadmin/activeadmin
[inch_badge]: http://inch-ci.org/github/activeadmin/activeadmin.svg?branch=master

@@ -102,0 +102,0 @@ [inch]: http://inch-ci.org/github/activeadmin/activeadmin

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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