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

anima-yocto-event

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anima-yocto-event - npm Package Compare versions

Comparing version 2.0.1 to 2.0.3

22

examples/index.md

@@ -9,9 +9,5 @@ # Demo

<ul>
<li>
<ul class="test">
<li class="test"><a href="">测试</a></li>
</ul>
</li>
</ul>
<div>
<input id="test" />
</div>

@@ -21,7 +17,7 @@ ````

````css
ul{
list-style: none;
input {
border: 1px solid red;
width: 500px;
height: 150px;
}
````

@@ -35,6 +31,6 @@

$('a').click(function(){
alert('123');
$('#test').on('input', function(e){
console.log(e);
});
````

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

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

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

{
"name": "anima-yocto-event",
"version": "2.0.1",
"version": "2.0.3",
"description": "the event from yocto",

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

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

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

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

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

@@ -4,0 +2,0 @@

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