Socket
Socket
Sign inDemoInstall

jquery

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

2

grunt.js

@@ -7,3 +7,3 @@ module.exports = function(grunt) {

host = 'ajax.googleapis.com',
jqPath = '/ajax/libs/jquery/1.8.2/jquery.js';
jqPath = '/ajax/libs/jquery/1.8.3/jquery.js';

@@ -10,0 +10,0 @@ grunt.registerTask('build', 'builds jquery module for us in nodjs', function() {

{
"name": "jquery",
"description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
"version": "1.8.2",
"version": "1.8.3",
"url": "http://jquery.com",

@@ -36,3 +36,4 @@ "homepage": "https://github.com/coolaj86/node-jquery",

"location": "0.0.1",
"navigator": "~1.0.1"
"navigator": "~1.0.1",
"contextify": "~0.1.3"
},

@@ -39,0 +40,0 @@ "devDependencies": {

@@ -0,1 +1,14 @@

DOES NOT WORK ON WINDOWS
====
Many people are having problems getting this module to work on windows. The
failure has to do with building contextify on window. It seems to be a windows
environment issue. I don't have access to a windows machine so I cannot explore
working through the windows install process. If you figure out how to build
[contextify](https://github.com/brianmcd/contextify) on windows please send me working instructions!
NPM module jQuery is an EnderJS package.
====
please use `npm install jquery` not `npm install jQuery`
node-jQuery

@@ -9,5 +22,5 @@ ====

```
npm install jQuery
npm install jquery
var $ = require('jQuery');
var $ = require('jquery');
```

@@ -27,5 +40,5 @@

, myWindow = jsdom().createWindow()
, $ = require('jQuery')
, jq = require('jQuery').create()
, jQuery = require('jQuery').create(myWindow)
, $ = require('jquery')
, jq = require('jquery').create()
, jQuery = require('jquery').create(myWindow)
;

@@ -55,3 +68,3 @@

```javascript
var $ = require('jQuery');
var $ = require('jquery');

@@ -58,0 +71,0 @@ $.getJSON('http://twitter.com/status/user_timeline/treason.json?count=10&callback=?',function(data) {

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

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