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.4.2 to 0.4.3

8

CHANGELOG.md

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

## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.2...@lion/ajax@0.4.3) (2020-06-18)
**Note:** Version bump only for package @lion/ajax
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.1...@lion/ajax@0.4.2) (2020-06-08)

@@ -8,0 +16,0 @@

42

package.json
{
"name": "@lion/ajax",
"version": "0.4.2",
"version": "0.4.3",
"description": "Thin wrapper around axios to allow for custom interceptors",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -16,29 +13,32 @@ "type": "git",

},
"scripts": {
"start": "cd ../../ && yarn dev-server --open packages/ajax/README.md",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/ajax/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/ajax/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"ajax"
],
"main": "index.js",
"module": "index.js",
"files": [
"*.js",
"docs",
"src",
"test",
"translations",
"*.js"
"translations"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/ajax/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/ajax/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/ajax/test/**/*.test.js\""
},
"sideEffects": false,
"dependencies": {
"@bundled-es-modules/axios": "0.18.1",
"@lion/core": "0.7.1",
"singleton-manager": "1.0.0"
"@lion/core": "0.7.2",
"singleton-manager": "1.1.0"
},
"gitHead": "8d9225c040ffba5d697a91dfc01035f640e9004f"
"keywords": [
"ajax",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
},
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524"
}
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