New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

can-fixture

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-fixture - npm Package Compare versions

Comparing version 0.4.0-pre.1 to 0.4.0-pre.2

3

core.js

@@ -96,3 +96,4 @@ // Adds

//!steal-remove-start
exports.log("" + xhrSettings.type.toUpperCase() + " " + xhrSettings.url+" -> handler(req,res)");
var json = JSON.stringify(xhrSettings.data);
exports.log("" + xhrSettings.type.toUpperCase() + " " + xhrSettings.url+" "+json.substr(0,50)+" -> handler(req,res)");
//!steal-remove-end

@@ -99,0 +100,0 @@

{
"name": "can-fixture",
"version": "0.4.0-pre.1",
"version": "0.4.0-pre.2",
"description": "Intercept AJAX requests and simulate responses.",

@@ -5,0 +5,0 @@ "main": "fixture.js",

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