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

@lion/ajax

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/ajax - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.4...@lion/ajax@0.2.5) (2020-02-19)
### Bug Fixes
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.3...@lion/ajax@0.2.4) (2020-02-06)

@@ -8,0 +19,0 @@

12

package.json
{
"name": "@lion/ajax",
"version": "0.2.4",
"version": "0.2.5",
"description": "Thin wrapper around axios to allow for custom interceptors",

@@ -17,3 +17,5 @@ "author": "ing-bank",

"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/ajax/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/ajax/test/**/*.test.js\""
},

@@ -37,10 +39,10 @@ "keywords": [

"@bundled-es-modules/axios": "0.18.1",
"@lion/core": "0.4.3"
"@lion/core": "0.4.4"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
},
"gitHead": "d67225984ce359c421e1c1e350da98819f83e452"
"gitHead": "417b37a61695128619c6040a6523819c51f51651"
}

@@ -78,3 +78,2 @@ import { axios } from '@bundled-es-modules/axios';

* Sets the config for the instance
* TODO: rename to 'config', because of conflict with options() request method on axios
*/

@@ -134,3 +133,2 @@ set options(config) {

* @returns {AxiosResponseSchema}
* TODO: consider reenable after rename of options to config
*/

@@ -137,0 +135,0 @@ // options(url, config) {

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