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

@builder.io/sdk

Package Overview
Dependencies
Maintainers
1
Versions
700
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/sdk - npm Package Compare versions

Comparing version 0.0.135 to 0.0.136

.rpt2_cache/9b191877eb846466cc90bc370c2c06d0a884fed5/code/cache/65a0d481247625081877d4f463fed8f7486169d0

4

dist/index.cjs.js

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

setTimeout(function () {
element.style.transition = "all " + animation.duration + "s " + animation.easing;
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing);
if (animation.delay) {

@@ -651,3 +651,3 @@ element.style.transitionDelay = animation.delay + 's';

setTimeout(function () {
element.style.transition = "all " + animation.duration + "s " + animation.easing;
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing);
if (animation.delay) {

@@ -654,0 +654,0 @@ element.style.transitionDelay = animation.delay + 's';

@@ -608,3 +608,3 @@ import uniqueSelector from 'unique-selector';

setTimeout(function () {
element.style.transition = "all " + animation.duration + "s " + animation.easing;
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing);
if (animation.delay) {

@@ -645,3 +645,3 @@ element.style.transitionDelay = animation.delay + 's';

setTimeout(function () {
element.style.transition = "all " + animation.duration + "s " + animation.easing;
element.style.transition = "all " + animation.duration + "s " + kebabCase(animation.easing);
if (animation.delay) {

@@ -648,0 +648,0 @@ element.style.transitionDelay = animation.delay + 's';

{
"name": "@builder.io/sdk",
"version": "0.0.135",
"version": "0.0.136",
"browser": "./dist/index.umd.min.js",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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