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

sandpack-vue3

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sandpack-vue3 - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

16

dist/index.d.ts

@@ -1480,3 +1480,17 @@ import * as vue from 'vue';

declare const ErrorOverlay: vue.DefineComponent<{}, () => JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
declare const ErrorOverlay: vue.DefineComponent<{
clientId: {
type: StringConstructor;
required: false;
default: string;
};
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
clientId: {
type: StringConstructor;
required: false;
default: string;
};
}>>, {
clientId: string;
}>;

@@ -1483,0 +1497,0 @@ interface LoadingOverlayProps {

8

package.json
{
"name": "sandpack-vue3",
"version": "2.2.1",
"version": "2.2.2",
"description": "Vue3 components that give you the power of editable sandboxes that run in the browser.",

@@ -67,3 +67,3 @@ "keywords": [

"@codemirror/view": "^6.7.3",
"@codesandbox/sandpack-client": "1.20.1",
"@codesandbox/sandpack-client": "^1.20.7",
"@lezer/highlight": "^1.1.3",

@@ -93,3 +93,3 @@ "@stitches/core": "^1.2.8",

"@storybook/vue3": "~6.4.22",
"@swc/core": "^1.3.30",
"@swc/core": "^1.3.31",
"@testing-library/jest-dom": "^5.16.5",

@@ -137,3 +137,3 @@ "@testing-library/user-event": "^14.4.3",

"tsup": "^6.5.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"vite": "^4.0.4",

@@ -140,0 +140,0 @@ "vite-plugin-dts": "^1.7.1",

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