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

@db-ui/migration

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-ui/migration - npm Package Compare versions

Comparing version 0.6.2-migration-c3c4466 to 0.6.2-migration2-c0125fe

9

build/index.js

@@ -280,7 +280,12 @@ #!/usr/bin/env node

files: "",
from: /behaviour="closable"/g,
to: 'closable="true"'
from: /behaviour="closeable"/g,
to: 'closeable="true"'
},
{
files: "",
from: /behaviour="permanent"/g,
to: 'closeable="false"'
},
{
files: "",
from: /variant="hidden"/g,

@@ -287,0 +292,0 @@ to: 'showLabel="false"'

{
"name": "@db-ui/migration",
"version": "0.6.2-migration-c3c4466",
"version": "0.6.2-migration2-c0125fe",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Migration script for changing your code in between DB UX Design System v3 versions regarding BREAKING CHANGES.",

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