cropduster
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -221,2 +221,4 @@ window.CD = { | ||
req.withCredentials = true; | ||
if(options.headers) { | ||
@@ -223,0 +225,0 @@ for(var header in options.headers) { |
{ | ||
"name": "cropduster", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Library for building web pages for use with Movable Ink Web Crops", | ||
@@ -5,0 +5,0 @@ "main": "src/cropduster.js", |
@@ -165,2 +165,5 @@ # Cropduster | ||
### 4.1.0 | ||
* Add `withCredentials: true` to all `CD.get()` requests. | ||
### 4.0.1 | ||
@@ -167,0 +170,0 @@ * npm publishes the alternate es5 scripts in dist/cropduster.es5.js. |
@@ -221,2 +221,4 @@ const CD = { | ||
req.withCredentials = true; | ||
if(options.headers) { | ||
@@ -223,0 +225,0 @@ for(var header in options.headers) { |
@@ -255,2 +255,3 @@ import CD from '../src/cropduster'; | ||
assert.equal(requests[0].async, true); | ||
assert.equal(requests[0].withCredentials, true); | ||
assert.equal(requests[0].url, "http://google.com"); | ||
@@ -257,0 +258,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
259
166324
902
1