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

5

HISTORY.md

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

## 2.0.3
`change` 去除严格模式
`update` 对`anima-yocto-core`和`anima-yocto-event`的依赖改为semver形式
## 2.0.1

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

6

package.json
{
"name": "anima-yocto-ajax",
"version": "2.0.1",
"version": "2.0.3",
"description": "the event from yocto",

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

"dependencies": {
"anima-yocto-core": "2.0.0",
"anima-yocto-event": "2.0.1"
"anima-yocto-core": "^2.0.0",
"anima-yocto-event": "^2.0.0"
},

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

@@ -1,3 +0,1 @@

'use strict';
var $ = require('anima-yocto-core'),

@@ -4,0 +2,0 @@ util = require('./util');

@@ -1,3 +0,1 @@

'use strict';
var $ = require('anima-yocto-core'),

@@ -4,0 +2,0 @@ util = require('./util');

@@ -1,3 +0,1 @@

'use strict';
var $ = require('anima-yocto-core'),

@@ -4,0 +2,0 @@ util = require('./util');

@@ -1,3 +0,1 @@

'use strict';
// triggers an extra global event "ajaxBeforeSend" that's like "ajaxSend" but cancelable

@@ -4,0 +2,0 @@ function ajaxBeforeSend(xhr, settings) {

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