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

@blueprintui/typewriter

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintui/typewriter - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

33

custom-elements.json

@@ -574,3 +574,4 @@ {

"text": "number"
}
},
"attribute": "columns"
},

@@ -583,3 +584,4 @@ {

},
"default": "'grid'"
"default": "'grid'",
"attribute": "layout"
},

@@ -591,3 +593,4 @@ {

"text": "boolean"
}
},
"attribute": "loop"
},

@@ -620,2 +623,26 @@ {

],
"attributes": [
{
"name": "columns",
"type": {
"text": "number"
},
"fieldName": "columns"
},
{
"name": "layout",
"type": {
"text": "'inline' | 'block' | 'grid'"
},
"default": "'grid'",
"fieldName": "layout"
},
{
"name": "loop",
"type": {
"text": "boolean"
},
"fieldName": "loop"
}
],
"superclass": {

@@ -622,0 +649,0 @@ "name": "LitElement",

2

package.json
{
"name": "@blueprintui/typewriter",
"version": "1.15.0",
"version": "1.15.1",
"type": "module",

@@ -5,0 +5,0 @@ "types": "./index.d.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