Socket
Socket
Sign inDemoInstall

@endorphinjs/template-runtime

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endorphinjs/template-runtime - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

8

dist/runtime.cjs.js

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

* @param {string} animation
* @param {Object} scope
* @param {Object} [scope]
* @param {Function} [callback]

@@ -2267,5 +2267,5 @@ * @param {string} [cssScope]

function animateOut(elem$$1, animation, scope, callback, cssScope$$1) {
if (typeof callback === 'string') {
cssScope$$1 = callback;
callback = null;
if (typeof scope === 'string') {
cssScope$$1 = scope;
scope = callback = null;
}

@@ -2272,0 +2272,0 @@

@@ -2257,3 +2257,3 @@ /**

* @param {string} animation
* @param {Object} scope
* @param {Object} [scope]
* @param {Function} [callback]

@@ -2263,5 +2263,5 @@ * @param {string} [cssScope]

function animateOut(elem$$1, animation, scope, callback, cssScope$$1) {
if (typeof callback === 'string') {
cssScope$$1 = callback;
callback = null;
if (typeof scope === 'string') {
cssScope$$1 = scope;
scope = callback = null;
}

@@ -2268,0 +2268,0 @@

{
"name": "@endorphinjs/template-runtime",
"version": "0.1.26",
"version": "0.1.27",
"description": "EndorphinJS template runtime, embedded with template bundles",

@@ -5,0 +5,0 @@ "main": "./dist/runtime.cjs.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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