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.5.13 to 0.5.14

9

CHANGELOG.md
# Change Log
## 0.5.14
### Patch Changes
- 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.
- Updated dependencies [98f1bb7e]
- @lion/core@0.13.7
- singleton-manager@1.2.1
## 0.5.13

@@ -4,0 +13,0 @@

6

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

@@ -35,4 +35,4 @@ "license": "MIT",

"@bundled-es-modules/axios": "0.18.1",
"@lion/core": "0.13.6",
"singleton-manager": "1.2.0"
"@lion/core": "0.13.7",
"singleton-manager": "1.2.1"
},

@@ -39,0 +39,0 @@ "keywords": [

@@ -7,3 +7,3 @@ # Ajax

```js script
import { html } from 'lit-html';
import { html } from '@lion/core';
import { ajax } from './src/ajax.js';

@@ -10,0 +10,0 @@ import { AjaxClass } from './src/AjaxClass.js';

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