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

egjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egjs - npm Package Compare versions

Comparing version 1.0.0-snapshot to 1.1.0

doc/animate.js.html

14

package.json
{
"name": "egjs",
"version": "1.0.0-snapshot",
"version": "1.1.0",
"description": "Set of UI interactions, effects and utilities components library.",
"outputname": "eg",
"main": "dist/eg.js",
"homepage": "http://egjs.github.io",
"customdownload": "https://github.com/egjs/egjs-cli",
"homepage": "http://naver.github.io/egjs",
"customdownload": "https://github.com/naver/egjs-cli",
"scripts": {

@@ -15,9 +15,9 @@ "test": "grunt check",

"type": "git",
"url": "https://github.com/egjs/egjs"
"url": "https://github.com/naver/egjs"
},
"bugs": {
"url": "https://github.com/egjs/egjs/issues"
"url": "https://github.com/naver/egjs/issues"
},
"author": "NAVER corp",
"licenseurl": "https://egjs.github.io/license.txt",
"licenseurl": "https://naver.github.io/egjs/license.txt",
"license": "MIT",

@@ -39,2 +39,3 @@ "keywords": [

"devDependencies": {
"browserstack-runner": "^0.4.1",
"egjs-jsdoc-template": "*",

@@ -56,3 +57,2 @@ "grunt": "^0.4.5",

"load-grunt-tasks": "^3.1.0",
"testee": "^0.2.0",
"time-grunt": "^1.1.0",

@@ -59,0 +59,0 @@ "xml2js": "^0.4.15"

# egjs
[![Build Status](https://travis-ci.org/egjs/egjs.svg?branch=master)](https://travis-ci.org/egjs/egjs)
[![Build Status](https://travis-ci.org/naver/egjs.svg?branch=master)](https://travis-ci.org/naver/egjs)

@@ -8,6 +8,6 @@ 'egjs' is a set of UI interactions, effects and utilities components library using jQuery, which brings easiest and fastest way to build web application in your way.

> - **Online API Documentation**
- Latest : https://egjs.github.io/latest/doc
- For specific version : `https://egjs.github.io/[VERSION]/doc`
- Latest : https://naver.github.io/egjs/latest/doc
- For specific version : `https://naver.github.io/egjs/[VERSION]/doc`
- [한국어(Korean) readme](README-ko.md)
- [한국어(Korean) readme](https://github.com/naver/egjs/blob/master/README-ko.md)

@@ -34,11 +34,11 @@ ### Components

## Download
For latest version, check out - https://github.com/egjs/egjs.github.io
For latest version, check out - https://github.com/naver/egjs/tree/gh-pages/latest/dist
### Uncompressed (for development)
- Latest : https://egjs.github.io/latest/dist/eg.js
- For specific version : `https://egjs.github.io/[VERSION]/dist/eg.js `
- Latest : https://naver.github.io/egjs/latest/dist/eg.js
- For specific version : `https://naver.github.io/egjs/[VERSION]/dist/eg.js `
### Compressed (for production)
- Latest : https://egjs.github.io/latest/dist/eg.min.js
- For specific version : `https://egjs.github.io/[VERSION]/dist/eg.min.js`
- Latest : https://naver.github.io/egjs/latest/dist/eg.min.js
- For specific version : `https://naver.github.io/egjs/[VERSION]/dist/eg.min.js`

@@ -74,11 +74,14 @@ ### with Bower

## How to use?
Load dependency libraries(jquery.js, hammer.js, outlayer.js) first, then load eg.js(or eg.min.js).
Load jQuery first, then load egjs.
```html
<!-- load jQuery -->
<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/hammer.js/hammer.js"></script>
<script src="bower_components/outlayer/outlayer.js"></script>
<script src="dist/eg.js"></script>
<!-- load egjs packaged with all dependencies (hammer.js and outlayer) -->
<script src="bower_components/egjs/dist/pkgd/eg.pkgd.min.js"></script>
```
> NOTE: For more details on separate dependency file inclusion, check out [Download and Using egjs](https://github.com/naver/egjs/wiki/Download-and-Using-egjs#how-to-use) wiki page.
All done, ready to start using egjs!

@@ -113,6 +116,9 @@ egjs has `eg` namespace and can be used as below example.

# get the clone from the repo
$ git clone https://github.com/egjs/egjs.git
$ git clone https://github.com/naver/egjs.git
# install bower dependency modules
$ bower install
# install node dependency modules
$ npm install
```

@@ -139,8 +145,29 @@

## Issues
If you find a bug, please report us via [issues page](https://github.com/egjs/egjs/issues).
If you find a bug, please report us via [issues page](https://github.com/naver/egjs/issues).
## License
egjs is released under the [MIT](http://egjs.github.io/license.txt) license.
egjs is released under the [MIT](http://naver.github.io/egjs/license.txt) license.
```
Copyright (c) 2015 NAVER Corp.
[![Analytics](https://ga-beacon.appspot.com/UA-70842526-5/egjs/readme)](https://github.com/egjs/egjs)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```
[![Analytics](https://ga-beacon.appspot.com/UA-70842526-5/egjs/readme)](https://github.com/naver/egjs)

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