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

anima-yocto-ajax

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anima-yocto-ajax - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

HISTORY.md

@@ -5,2 +5,7 @@ # History

## 1.0.6
`update` 升级anima-yocto-core依赖到`1.1.1`
`updaet` 升级anima-yocto-event依赖到`1.0.3`
## 1.0.5

@@ -7,0 +12,0 @@

6

package.json
{
"name": "anima-yocto-ajax",
"version": "1.0.5",
"version": "1.0.6",
"description": "the ajax from yocto",

@@ -24,4 +24,4 @@ "keywords": [],

"dependencies": {
"anima-yocto-core": "1.1.0",
"anima-yocto-event": "1.0.2"
"anima-yocto-core": "1.1.1",
"anima-yocto-event": "1.0.3"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -9,13 +9,15 @@ # anima-yocto-ajax [![spm version](http://spmjs.io/badge/anima-yocto-ajax)](http://spmjs.io/package/anima-yocto-ajax)

## Install
## Yocto-ajax
```
$ spm install anima-yocto-ajax --save
```
因为Yocto是源自Zepto(1.0)的,因此绝大部分的API`与Zepto保持一致`。
## Usage
注意,`这里只列出与Zepto不一致的部分`。
```js
var animaYoctoAjax = require('anima-yocto-ajax');
// use animaYoctoAjax
```
#### 删除
| API | 修改动作 | 影响版本 | 备注 |
| --- | --- | --- | --- |
| ajaxStart 全局事件触发 | 移除| All | 未公开 |
| ajaxStop 全局事件触发 | 移除| All | 未公开 |
#### 优化
+ 拆分ajax模块——miniAjax(ajax方法)和jsonP(ajaxJSONP方法),可按需引用,如`require(‘anima-yocto-ajax/miniAjax’)`或`require(‘anima-yocto-ajax/jsonP’)`
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