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

anima-yocto-event

Package Overview
Dependencies
Maintainers
3
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 1.0.3 to 2.0.0

.npmignore

5

HISTORY.md

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

## 2.0.0
`new` tnpm 改造
`update` 升级anima-yocto-core的版本到`2.0.0`
## 1.0.3

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

3

index.js

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

var event = require('./src/event.js');
require('./src/event');
module.exports = event;
{
"name": "anima-yocto-event",
"version": "1.0.3",
"version": "2.0.0",
"description": "the event from yocto",
"keywords": [],
"keywords": [
"anima",
"anima-yocto",
"anima-yocto-event"
],
"homepage": "",

@@ -13,21 +17,24 @@ "author": "",

"bugs": {
"url": ""
"url": "http://gitlab.alibaba-inc.com/animajs/yocto-event/issues"
},
"licenses": "MIT",
"spm": {
"engines": {
"seajs": "2.2.1"
},
"tests": "tests/*.js"
"main": "./lib/index",
"entry": {
"index": "./index.js"
},
"main": "index.js",
"dependencies": {
"anima-yocto-core": "1.1.1"
"anima-yocto-core": "2.0.0"
},
"devDependencies": {
"spm-expect.js": "0.3.1",
"spm-webpack": "~1.0.0"
"atool-build": "0.6.x",
"atool-doc": "^0.1.0",
"atool-test": "^0.4.4",
"dora": "0.3.x",
"gh-pages": "^0.11.0"
},
"scripts": {
"build": "spm-webpack -c"
"build": "atool-build",
"test": "atool-test",
"doc": "atool-doc",
"doc-build": "atool-doc --build",
"gh-pages": "atool-doc --build && gh-pages -d __site"
},

@@ -37,3 +44,3 @@ "engines": {

},
"publishConfig": {}
"licenses": "MIT"
}

@@ -1,9 +0,15 @@

# anima-yocto-event [![spm version](http://spmjs.io/badge/anima-yocto-event)](http://spmjs.io/package/anima-yocto-event)
# anima-yocto-event [![npm](https://img.shields.io/npm/v/anima-yocto-event.svg?style=flat-square)](https://www.npmjs.com/package/anima-yocto-event) [![npm](https://img.shields.io/npm/dm/anima-yocto-event.svg?style=flat-square)](https://www.npmjs.com/package/anima-yocto-event)
---
An awesome spm package!
An awesome npm package!
---
## Install
```
$ npm install anima-yocto-event --save
```
## Yocto-event

@@ -10,0 +16,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