Socket
Socket
Sign inDemoInstall

ampersand-sync

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-sync - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

ampersand-sync.js
/*$AMPERSAND_VERSION*/
var result = require("lodash.result");
var defaults = require("lodash.defaults");
var contains = require("lodash.contains");
var includes = require("lodash.includes");
var assign = require("lodash.assign");

@@ -44,3 +44,3 @@ var xhr = require('xhr');

// make sure we've got a '?'
options.url += contains(options.url, '?') ? '&' : '?';
options.url += includes(options.url, '?') ? '&' : '?';
options.url += qs.stringify(options.data);

@@ -47,0 +47,0 @@ }

{
"name": "ampersand-sync",
"description": "Provides sync behavior for updating data from ampersand models and collections to the server.",
"version": "3.0.4",
"version": "3.0.5",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -17,4 +17,4 @@ "browserify": {

"lodash.assign": "^3.0.0",
"lodash.contains": "^2.4.1",
"lodash.defaults": "^3.1.0",
"lodash.includes": "^3.1.0",
"lodash.result": "^3.0.0",

@@ -21,0 +21,0 @@ "qs": "^2.2.4",

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