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

@phila/phila-ui-callout

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phila/phila-ui-callout - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/Callout.js

7

dist/types.d.ts

@@ -1,2 +0,3 @@

import Callout from './Callout.vue';
import { default as Callout } from './Callout.vue';
declare module 'vue' {

@@ -7,2 +8,6 @@ interface GlobalComponents {

}
export interface CalloutProps {
message: string;
messageType: string;
}
export default Callout;

14

package.json
{
"name": "@phila/phila-ui-callout",
"private": false,
"version": "0.0.9",
"version": "0.0.10",
"type": "module",

@@ -9,4 +9,4 @@ "files": [

],
"main": "./dist/callout.umd.cjs",
"module": "./dist/callout.js",
"main": "./dist/Callout.umd.cjs",
"module": "./dist/Callout.js",
"types": "./dist/types.d.ts",

@@ -17,5 +17,5 @@ "exports": {

"types": "./dist/types.d.ts",
"default": "./dist/callout.js"
"default": "./dist/Callout.js"
},
"require": "./dist/callout.umd.cjs"
"require": "./dist/Callout.umd.cjs"
}

@@ -26,3 +26,3 @@ },

"prepublish": "npm i && npm run build",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly --outdir ./dist",
"build": "vue-tsc && vite build",
"preview": "vite preview"

@@ -49,3 +49,3 @@ },

},
"gitHead": "17ea0e29f4566d58fe5eccba43c916d4453129ad"
"gitHead": "bdd914526a60a72a598433104877fe03940d54d6"
}
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