Socket
Socket
Sign inDemoInstall

open-accessibility

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 1.0.0

dist/locale.min.js

10

bower.json
{
"name": "open-accessibility",
"version": "0.0.2",
"version": "1.0.0",
"author": "Jossef Harush",
"description": "Free accessability tools menu for website maintainers powered by jQuery",
"description": "Free accessibility tools menu for website maintainers powered by jQuery",
"keywords": [

@@ -14,7 +14,7 @@ "accessibility",

"main": [
"dist/open-accessability.min.css",
"dist/open-accessability.min.js"
"dist/open-accessibility.min.css",
"dist/open-accessibility.min.js"
],
"license": "Apache-2.0",
"homepage": "https://jossef.github.io/open-accessability/",
"homepage": "https://jossef.github.io/open-accessibility/",
"dependencies": {

@@ -21,0 +21,0 @@ "jquery": "*"

@@ -23,3 +23,3 @@ 'use strict';

.pipe(rename((path)=> {
path.basename = 'open-accessability.min';
path.basename = 'open-accessibility.min';
}))

@@ -37,3 +37,3 @@ .pipe(gulp.dest('./dist'));

.pipe(rename((path)=> {
path.basename = 'open-accessability.min';
path.basename = path.basename.split('.')[0] + '.min';
}))

@@ -40,0 +40,0 @@ .pipe(gulp.dest('./dist'));

{
"name": "open-accessibility",
"version": "0.0.2",
"description": "Free accessability tools menu for website maintainers powered by jQuery",
"main": "dist/open-accessability.min.js",
"version": "1.0.0",
"description": "Free accessibility tools menu for website maintainers powered by jQuery",
"main": "dist/open-accessibility.min.js",
"repository": {
"type": "git",
"url": "https://github.com/jossef/open-accessability"
"url": "https://github.com/jossef/open-accessibility"
},

@@ -20,5 +20,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/jossef/open-accessability/issues"
"url": "https://github.com/jossef/open-accessibility/issues"
},
"homepage": "https://jossef.github.io/open-accessability/",
"homepage": "https://jossef.github.io/open-accessibility/",
"dependencies": {

@@ -25,0 +25,0 @@ "jquery": "*"

@@ -1,6 +0,6 @@

![image](https://raw.githubusercontent.com/jossef/open-accessability/master/misc/banner.png)
![image](https://raw.githubusercontent.com/jossef/open-accessibility/master/misc/banner.png)
[![Build Status](https://travis-ci.org/jossef/open-accessability.svg?branch=master)](https://travis-ci.org/jossef/open-accessability)
[![Build Status](https://travis-ci.org/jossef/open-accessibility.svg?branch=master)](https://travis-ci.org/jossef/open-accessibility)
Free accessability tools menu for website maintainers powered by jQuery. [See the demo](https://jossef.github.io/open-accessability/)
Free accessibility tools menu for website maintainers powered by jQuery. [See the demo](https://jossef.github.io/open-accessibility/)

@@ -13,4 +13,4 @@ ### Getting Started

```
<script src="https://cdn.rawgit.com/jossef/open-accessability/master/dist/open-accessability.min.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/jossef/open-accessability/master/dist/open-accessability.min.css">
<script src="https://cdn.rawgit.com/jossef/open-accessibility/master/dist/open-accessibility.min.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/jossef/open-accessibility/master/dist/open-accessibility.min.css">
```

@@ -21,3 +21,3 @@

```
bower install open-accessability --save
bower install open-accessibility --save
```

@@ -28,3 +28,3 @@

```
npm install open-accessability --save
npm install open-accessibility --save
```

@@ -62,3 +62,20 @@

invert: false
iconSize: 'm',
localization: ['he']
```
### Langual support
In order to use other language add the locale script file right after the `open-accessibility.babel` libary ( The order is important ).
```
<script src="dist/open-accessibility.min.js"></script>
<script src="dist/locale.min.js"></script>
```
and use `localization` property in configuration to set the primary language
```
localization: ['en']
```
You may want to extend the `locale.js` file, or the `$.fn.openAccessibility.locale` property in order to add your own language!
* We'll add a support for multilangual select in the menu, soon :)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc