New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11.0 to 0.11.1

6

CHANGELOG.md
# Change Log
## 0.11.1
### Patch Changes
- 84131205: use mdjs-preview in docs for lit compatibility
## 0.11.0

@@ -4,0 +10,0 @@

4

docs/features.md
# Tools >> Ajax >> Features ||20
```js script
import { html } from '@lion/core';
import { html } from '@mdjs/mdjs-preview';
import { renderLitAsNode } from '@lion/helpers';

@@ -428,3 +428,3 @@ import { ajax, createCacheInterceptors } from '@lion/ajax';

if (name === 'pabu') {
actionCacheOptions.invalidateUrlsRegex = /\/packages\/ajax\/docs\/naga.json/;
actionCacheOptions.invalidateUrlsRegex = /\/docs\/tools\/ajax\/assets\/naga.json/;
}

@@ -431,0 +431,0 @@

# Tools >> Ajax >> Overview ||10
```js script
import { html } from '@lion/core';
import { html } from '@mdjs/mdjs-preview';
import { renderLitAsNode } from '@lion/helpers';

@@ -6,0 +6,0 @@ import { ajax, createCacheInterceptors } from '@lion/ajax';

{
"name": "@lion/ajax",
"version": "0.11.0",
"version": "0.11.1",
"description": "Thin wrapper around fetch with support for interceptors.",

@@ -5,0 +5,0 @@ "license": "MIT",

# Tools >> Ajax >> Overview ||10
```js script
import { html } from '@lion/core';
import { html } from '@mdjs/mdjs-preview';
import { renderLitAsNode } from '@lion/helpers';

@@ -6,0 +6,0 @@ import { ajax, createCacheInterceptors } from '@lion/ajax';

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