Socket
Socket
Sign inDemoInstall

qi-events

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

qi-events - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js
/**
* qi-events 0.0.5
* qi-events 1.0.1
* http://drkibitz.github.io/qi-events/
* Copyright (c) 2013-2015 Dr. Kibitz, http://drkibitz.com
* A no nonsense event API (BASED ON Backbone.Events).
* built: Tue Apr 21 2015 22:37:59 GMT-0700 (PDT)
* built: Wed Apr 22 2015 00:19:30 GMT-0700 (PDT)
*

@@ -8,0 +8,0 @@ * Backbone.js 0.9.10

@@ -39,3 +39,3 @@ {

},
"version": "1.0.0"
"version": "1.0.1"
}

@@ -9,8 +9,13 @@ # Qi Events

> Backbone.js 0.9.10
> (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.
> Backbone may be freely distributed under the MIT license.
> For all details and documentation:
> http://backbonejs.org
## Goals
- Maintain a no nonsense event dispatching/emitting/triggering API.
- Test it.
- Find a happy medium between simplicity, speed, and usage.
- Should be able to perform well in high performance situations.
- Allow for the most common use cases, but within reason to maintain high performance.
- Embrace CommonJS Module format
- Allow for UglifyJS and Closure Compiler with ADVANCED_OPTIMIZATIONS.
- Allow for use as the basis of other event implmentations (scenegraph)
## Usage

@@ -75,15 +80,10 @@

## Goals
## Changes *since Backbone.Events*
- Maintain a no nonsense event dispatching/emitting/triggering API.
- Test it.
- Find a happy medium between simplicity, speed, and usage.
- Should be able to perform well in high performance situations.
- Allow for the most common use cases, but within reason to maintain high performance.
- Embrace CommonJS Module format
- Allow for UglifyJS and Closure Compiler with ADVANCED_OPTIMIZATIONS.
- Allow for use as the basis of other event implmentations (scenegraph)
> Backbone.js 0.9.10
> (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.
> Backbone may be freely distributed under the MIT license.
> For all details and documentation:
> http://backbonejs.org
## Changes *since Backbone.Events*
1. Added "use strict"

@@ -90,0 +90,0 @@ 2. Converted to CommonJS module

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