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

air

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

air - npm Package Compare versions

Comparing version 0.4.13 to 0.4.14

6

package.json
{
"name": "air",
"description": "Lightweight, modular DOM library",
"version": "0.4.13",
"version": "0.4.14",
"author": "muji <noop@xpm.io>",

@@ -9,3 +9,3 @@ "license": "MIT",

"type": "git",
"url": "git://github.com/tmpfs/air.git"
"url": "git://github.com/socialally/air.git"
},

@@ -56,3 +56,3 @@ "dependencies": {

"toc": "Table of Contents",
"base": "https://github.com/tmpfs/air",
"base": "https://github.com/socialally/air",
"partial": [

@@ -59,0 +59,0 @@ {

@@ -50,5 +50,5 @@ Table of Contents

[<img src="https://travis-ci.org/tmpfs/air.svg" alt="Build Status">](https://travis-ci.org/tmpfs/air)
[<img src="https://travis-ci.org/socialally/air.svg" alt="Build Status">](https://travis-ci.org/socialally/air)
[<img src="http://img.shields.io/npm/v/air.svg" alt="npm version">](https://npmjs.org/package/air)
[<img src="https://coveralls.io/repos/tmpfs/air/badge.svg?branch=master&service=github&v=2" alt="Coverage Status">](https://coveralls.io/github/tmpfs/air?branch=master).
[<img src="https://coveralls.io/repos/socialally/air/badge.svg?branch=master&service=github&v=2" alt="Coverage Status">](https://coveralls.io/github/socialally/air?branch=master).

@@ -77,3 +77,3 @@ Lightweight, modular DOM library.

To get a feel for how lightweight `air` is see [air.js](https://github.com/tmpfs/air/blob/master/lib/air.js), the core of the system is less than 100 lines of code (with comments). All other files in [lib](https://github.com/tmpfs/air/blob/master/lib) are plugins that should be loaded depending upon your application requirements.
To get a feel for how lightweight `air` is see [air.js](https://github.com/socialally/air/blob/master/lib/air.js), the core of the system is less than 100 lines of code (with comments). All other files in [lib](https://github.com/socialally/air/blob/master/lib) are plugins that should be loaded depending upon your application requirements.

@@ -99,3 +99,3 @@ ## Usage

Core functionality is the main method, the class function and the pre-defined properties and methods on the class, see [air.js](https://github.com/tmpfs/air/blob/master/lib/air.js).
Core functionality is the main method, the class function and the pre-defined properties and methods on the class, see [air.js](https://github.com/socialally/air/blob/master/lib/air.js).

@@ -156,3 +156,3 @@ #### air(selector, [context])

Plugin functionality is provided by [zephyr](https://github.com/tmpfs/zephyr) see the [zephyr plugins](https://github.com/tmpfs/zephyr#plugins) documentation.
Plugin functionality is provided by [zephyr](https://github.com/socialally/zephyr) see the [zephyr plugins](https://github.com/socialally/zephyr#plugins) documentation.

@@ -163,3 +163,3 @@ ## Plugins

Everything except the [core methods](#core) are implemented as plugins so there are many examples in [lib](https://github.com/tmpfs/air/blob/master/lib).
Everything except the [core methods](#core) are implemented as plugins so there are many examples in [lib](https://github.com/socialally/air/blob/master/lib).

@@ -174,3 +174,3 @@ ### append

* File: [append.js](https://github.com/tmpfs/air/blob/master/lib/append.js).
* File: [append.js](https://github.com/socialally/air/blob/master/lib/append.js).
* Dependencies: none.

@@ -188,3 +188,3 @@

* File: [attr.js](https://github.com/tmpfs/air/blob/master/lib/attr.js).
* File: [attr.js](https://github.com/socialally/air/blob/master/lib/attr.js).
* Dependencies: none.

@@ -200,3 +200,3 @@

* File: [children.js](https://github.com/tmpfs/air/blob/master/lib/children.js).
* File: [children.js](https://github.com/socialally/air/blob/master/lib/children.js).
* Dependencies: none.

@@ -212,3 +212,3 @@

* File: [attributes.js](https://github.com/tmpfs/air/blob/master/lib/attributes.js).
* File: [attributes.js](https://github.com/socialally/air/blob/master/lib/attributes.js).
* Plugins: [attr](#attr), [class](#class), [data](#data).

@@ -279,3 +279,3 @@

To run the tests in a browser context open [test/index.html](https://github.com/tmpfs/air/blob/master/test/index.html).
To run the tests in a browser context open [test/index.html](https://github.com/socialally/air/blob/master/test/index.html).

@@ -308,3 +308,3 @@ ### Cover

Create distribution builds in [dist](https://github.com/tmpfs/air/blob/master/dist):
Create distribution builds in [dist](https://github.com/socialally/air/blob/master/dist):

@@ -346,3 +346,3 @@ ```

Everything is [MIT](http://en.wikipedia.org/wiki/MIT_License). Read the [license](https://github.com/tmpfs/air/blob/master/LICENSE) if you feel inclined.
Everything is [MIT](http://en.wikipedia.org/wiki/MIT_License). Read the [license](https://github.com/socialally/air/blob/master/LICENSE) if you feel inclined.

@@ -365,4 +365,4 @@ Generated by [mdp(1)](https://github.com/tmpfs/mdp).

[jscs]: http://jscs.info
[zephyr]: https://github.com/tmpfs/zephyr
[zephyr-plugins]: https://github.com/tmpfs/zephyr#plugins
[zephyr]: https://github.com/socialally/zephyr
[zephyr-plugins]: https://github.com/socialally/zephyr#plugins
[mdp]: https://github.com/tmpfs/mdp

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