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

@agilie/action-button

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agilie/action-button - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

index.min.js

13

index.js

@@ -1,2 +0,9 @@

module.exports = ActionBtn;
;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
global.ActionBtn = factory()
}(this, function () {
return ActionBtn;
}));
function ActionBtn(elemsContainer, options = {}) {

@@ -235,3 +242,3 @@ this.getOpenStatus = function() {

var wrap = document.createElement('div');
wrap.classList.add('addBtn__wrapper');

@@ -243,2 +250,2 @@ wrap.style.width = `${settings.actionBtnSize}px`;

}
}
}
{
"name": "@agilie/action-button",
"version": "0.1.2",
"version": "0.1.3",
"description": "Action button for user interactions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"uglify": "browserify -p tinyify index.js > index.min.js"
},

@@ -26,3 +27,7 @@ "repository": {

"author": "Agilie Team <info@agilie.com> (https://agilie.com)",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.3",
"tinyify": "^2.5.0"
}
}
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