Socket
Socket
Sign inDemoInstall

svelte-transitions

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-transitions - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md
# svelte-transitions changelog
## 1.1.1
* UMD registers as `svelte.transitions`, not `transitions`
## 1.1.0

@@ -4,0 +8,0 @@

6

dist/svelte-transitions.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.transitions = global.transitions || {})));
(factory((global.svelte = global.svelte || {}, global.svelte.transitions = global.svelte.transitions || {})));
}(this, (function (exports) { 'use strict';

@@ -25,3 +25,3 @@

function fade$2(
function fly(
node,

@@ -81,3 +81,3 @@ ref

exports.fade = fade;
exports.fly = fade$2;
exports.fly = fly;
exports.slide = slide;

@@ -84,0 +84,0 @@

@@ -23,3 +23,3 @@ 'use strict';

function fade$2(
function fly(
node,

@@ -79,3 +79,3 @@ ref

exports.fade = fade;
exports.fly = fade$2;
exports.fly = fly;
exports.slide = slide;
{
"name": "svelte-transitions",
"version": "1.1.0",
"version": "1.1.1",
"description": "Officially supported transition plugins for Svelte",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -45,3 +45,3 @@ # svelte-transitions

If you *really* need it, a UMD build is available at [svelte-transitions/dist/svelte-transitions.js](https://unpkg.com/svelte-transitions/dist/svelte-transitions.js), and will register itself as `window.transitions`. We recommend using a module bundler instead, however.
If you *really* need it, a UMD build is available at [svelte-transitions/dist/svelte-transitions.js](https://unpkg.com/svelte-transitions/dist/svelte-transitions.js), and will register itself as `svelte.transitions`. We recommend using a module bundler instead, however.

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