@area17/a17-helpers
Advanced tools
Comparing version
@@ -120,2 +120,4 @@ 'use strict'; | ||
request.send(options.type === 'POST' ? options.queryString.replace('?', '') : ''); | ||
return request; | ||
}; | ||
@@ -122,0 +124,0 @@ |
{ | ||
"name": "@area17/a17-helpers", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A js helper package", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,2 +25,4 @@ # A17 JS Helpers | ||
Please make sure you run `npm run prod` after making changes. This will compile all your changes to ES5 ready version and then you can feel free to publish to npm. | ||
### .editorconfig | ||
@@ -54,2 +56,5 @@ | ||
**0.7.2** | ||
* ajaxRequest returns the request so you can abort it in your project function | ||
**0.7.1** | ||
@@ -56,0 +61,0 @@ * Scroll to Y : call the onComplete callback even if not scrolling |
@@ -64,4 +64,6 @@ import queryStringHandler from './queryStringHandler'; | ||
request.send((options.type === 'POST') ? options.queryString.replace('?', '') : ''); | ||
return request; | ||
}; | ||
export default ajaxRequest; |
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
91548
0.32%2459
0.08%140
3.7%0
-100%