Socket
Socket
Sign inDemoInstall

can-ajax

Package Overview
Dependencies
6
Maintainers
13
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.7 to 2.4.8

4

can-ajax-test.js

@@ -86,3 +86,3 @@

console.log("resp in post", resp);
assert.equal(resp.data, `{"food":"bar"}`);
assert.equal(resp.data, '{"food":"bar"}');

@@ -96,3 +96,3 @@ });

}).then(function(resp){
assert.deepEqual(resp.data, `{"food":"baz"}`);
assert.deepEqual(resp.data, '{"food":"baz"}');
}).then(function() {

@@ -99,0 +99,0 @@ restore();

@@ -1,2 +0,2 @@

/*can-ajax@2.4.6#can-ajax*/
/*can-ajax@2.4.7#can-ajax*/
define([

@@ -3,0 +3,0 @@ 'require',

@@ -1,2 +0,2 @@

/*can-ajax@2.4.6#can-ajax*/
/*can-ajax@2.4.7#can-ajax*/
'use strict';

@@ -3,0 +3,0 @@ var Global = require('can-globals/global/global');

@@ -167,3 +167,3 @@ /*[process-shim]*/

/*can-ajax@2.4.6#can-ajax*/
/*can-ajax@2.4.7#can-ajax*/
define('can-ajax', [

@@ -170,0 +170,0 @@ 'require',

{
"name": "can-ajax",
"version": "2.4.7",
"version": "2.4.8",
"description": "jQuery-inspired AJAX request library.",

@@ -58,3 +58,3 @@ "homepage": "https://canjs.com/doc/can-ajax.html",

"jshint": "^2.9.1",
"steal": "^1.11.8",
"steal": "^2.3.0",
"steal-qunit": "^2.0.0",

@@ -61,0 +61,0 @@ "steal-tools": "^1.11.9",

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