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

es6-menu-aim

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-menu-aim - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "es6-menu-aim",
"version": "1.0.2",
"version": "1.0.3",
"description": "ES6 re-implementation of jQuery-menu-aim",

@@ -5,0 +5,0 @@ "main": "dist/es6-menu-aim.js",

# What's this?
This is an ES6 re-implementation of [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) by [Ben Kamens](https://github.com/kamens).
This is an ES6 re-implementation of [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) by [Ben Kamens](https://github.com/kamens) - it has been written so that it can be used/imported as a regular ES6 module (see the example below).
It has been written so that it can be used/imported as a regular ES6 module ... like so (a more detailed example can be found at the end of this document):
Additional bonus is that, this one doesn't use jQuery ... in fact it has no dependencies.
Here's an example (a more detailed example can be found at the end of this document):
```javascript

@@ -21,4 +23,2 @@ import { MenuAim } from 'es6-menu-aim';

Unlike the original **jQuery-menu-aim**, this one doesn't use jQuery ... in fact it has no dependencies.
## Why would I want use this?

@@ -25,0 +25,0 @@

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