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

hr.js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hr.js - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

lib/builder.js

@@ -194,6 +194,6 @@ // Requires

"underscore": path.resolve(vendors_path, "underscore"),
"jquery": path.resolve(vendors_path, "jquery"),
"q": path.resolve(vendors_path, "Q"),
"jQuery": path.resolve(vendors_path, "jquery"),
"q": path.resolve(vendors_path, "q"),
"hr/hr": path.resolve(vendors_path, "hr"),
"hr/args": path.resolve(config.base, "hr-args")
"hr/args": path.resolve(config.base, "hr-args")
}),

@@ -204,3 +204,3 @@ shim: _.extend(config.shim || {}, {

},
'jquery': {
'jQuery': {
exports: '$'

@@ -207,0 +207,0 @@ },

@@ -5,3 +5,3 @@ {

"description": "Client-side framework for structured applications.",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [

@@ -8,0 +8,0 @@ "clientside"

define([
"jquery",
"jQuery",
"underscore",

@@ -4,0 +4,0 @@ "hr/view",

@@ -173,3 +173,3 @@ define([

* Implement fancy features of the Events API such as multiple event
* names `"change blur"` and jquery-style event maps `{change: action}`
* names `"change blur"` and jQuery-style event maps `{change: action}`
* in terms of the existing API.

@@ -176,0 +176,0 @@ */

@@ -10,3 +10,3 @@ define(function() {

// Hr version
"version": "0.2.0",
"version": "0.2.1",

@@ -13,0 +13,0 @@ // Log level

define([
"jquery",
"jQuery",
"underscore",

@@ -4,0 +4,0 @@ "hr/view"

define([
"jquery",
"jQuery",
"underscore",

@@ -4,0 +4,0 @@ "hr/configs",

define([
"jquery",
"jQuery",
"underscore",

@@ -4,0 +4,0 @@ "q",

@@ -9,3 +9,3 @@ ({

'underscore': '../vendors/underscore',
'jquery': '../vendors/jquery',
'jQuery': '../vendors/jquery',
'q': '../vendors/q',

@@ -22,3 +22,3 @@ 'text': '../vendors/require-text',

},
'jquery': {
'jQuery': {
exports: '$'

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

define([
"jquery",
"jQuery",
"underscore",

@@ -4,0 +4,0 @@ "hr/class",

define([
"underscore",
"jquery",
"jQuery",
], function(_, $) {

@@ -5,0 +5,0 @@ if(!Function.prototype.bind) {

define([
"jquery",
"jQuery",
"underscore",

@@ -52,3 +52,3 @@ "q",

/*
* jquery delegate for the element of this view
* jQuery delegate for the element of this view
*/

@@ -55,0 +55,0 @@ $: function(selector) {

Sorry, the diff of this file is too big to display

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