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
701
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.130 to 0.0.131

.rpt2_cache/9b191877eb846466cc90bc370c2c06d0a884fed5/code/cache/6f493a6b857d1c565649d23bf5bd6efdb7616534

2

dist/index.cjs.js

@@ -583,2 +583,4 @@ 'use strict';

// TODO: do this properly, may have other animations of different properties
element.style.transition = 'none';
element.style.transitionDelay = '0';
Object.assign(element.style, animation.steps[0].styles);

@@ -585,0 +587,0 @@ setTimeout(function () {

@@ -577,2 +577,4 @@ import uniqueSelector from 'unique-selector';

// TODO: do this properly, may have other animations of different properties
element.style.transition = 'none';
element.style.transitionDelay = '0';
Object.assign(element.style, animation.steps[0].styles);

@@ -579,0 +581,0 @@ setTimeout(function () {

2

package.json
{
"name": "@builder.io/sdk",
"version": "0.0.130",
"version": "0.0.131",
"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