New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anima-toast

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anima-toast - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

examples/index.md

14

package.json
{
"name": "anima-toast",
"version": "1.0.0",
"version": "1.0.1",
"description": "The best project ever.",

@@ -23,14 +23,8 @@ "homepage": "http://gitlab.alibaba-inc.com/animajs/toast",

],
"tests": "tests/*-spec.js",
"ignore": [
"dist",
"examples",
"task",
"test"
]
"tests": "tests/*-spec.js"
},
"main": "index.js",
"dependencies": {
"anima-pop": "1.0.0",
"anima-yocto": "1.0.1"
"anima-pop": "1.0.1",
"anima-yocto-lite": "1.0.0"
},

@@ -37,0 +31,0 @@ "devDependencies": {

@@ -21,2 +21,8 @@ # toast

toast.show();
//修改,再次显示
$('#btnChange').on('click',function(){
toast.change('加载失败','fail');
toast.show();
});
});

@@ -23,0 +29,0 @@ ```

var $ = require('anima-yocto'),
var $ = require('anima-yocto-lite'),
Pop = require('anima-pop');

@@ -5,0 +5,0 @@ require('./toast.css')

@@ -1,6 +0,5 @@

define(function(require) {
var Toast = require('../src/toast');
var $ = require('anima-yocto'),
var $ = require('anima-yocto-lite'),
expect = require('spm-expect.js'),

@@ -54,2 +53,1 @@ sinon = require('spm-sinon');

});
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