Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cropduster

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cropduster - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

.npmignore

2

dist/cropduster.es5.js

@@ -221,2 +221,4 @@ window.CD = {

req.withCredentials = true;
if(options.headers) {

@@ -223,0 +225,0 @@ for(var header in options.headers) {

2

package.json
{
"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 @@

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