Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opendesign/octopus-ts

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opendesign/octopus-ts - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

8

dist/octopus.ts

@@ -488,2 +488,3 @@ /**

| components['schemas']['EffectBoundedBlur']
| components['schemas']['EffectBackgroundBlur']
| components['schemas']['EffectOther']

@@ -553,2 +554,9 @@ /** Effect type enum. */

}
/** Background blur effect. */
EffectBackgroundBlur: components['schemas']['EffectBase'] & {
type: 'BACKGROUND_BLUR'
/** Intensity of the blur (radius). */
blur: number
filters?: components['schemas']['ImageFilter'][]
}
/** Arbitrary other effect description. */

@@ -555,0 +563,0 @@ EffectOther: components['schemas']['EffectBase'] & {

2

package.json
{
"name": "@opendesign/octopus-ts",
"version": "3.1.1",
"version": "3.2.0",
"files": [

@@ -5,0 +5,0 @@ "dist/octopus.ts",

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