Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

magic-grid

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magic-grid - npm Package Compare versions

Comparing version 3.4.3 to 3.4.4

2

package.json
{
"name": "magic-grid",
"version": "3.4.3",
"version": "3.4.4",
"description": "Super lightweight javascript library for dynamic grid layouts.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -1,5 +0,4 @@

export const POSITIONING_COMPLETE_EVENT = "positionComplete";
export const REPOSITIONING_DELAY = 200;
module.exports = {
POSITIONING_COMPLETE_EVENT: "positionComplete",
REPOSITIONING_DELAY: 200
}

@@ -5,7 +5,2 @@

class EventEmitter {
/*
array of emitter
emitter: takes in an event and handler
handler: is the function it calls
*/
listeners;

@@ -43,2 +38,3 @@ #idCounter

}
export default EventEmitter;
module.exports = EventEmitter;

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

class Listener{
class Listener {
/*

@@ -15,4 +15,4 @@ Listener class holds the event,

}
}
}
export default Listener;
module.exports = Listener;

@@ -64,2 +64,5 @@ /**

export {checkParams, getMin};
module.exports = {
checkParams,
getMin
};
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