Socket
Socket
Sign inDemoInstall

twoslash-vue

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twoslash-vue - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

README.md

11

dist/index.d.ts
import { CreateTwoSlashOptions, TwoSlashInstance } from 'twoslash';
declare function createTwoSlasherVue(createOptions?: CreateTwoSlashOptions, flag?: boolean): TwoSlashInstance;
/**
* Create a twoslasher instance that add additional support for Vue SFC.
*/
declare function createTwoSlasher(createOptions?: CreateTwoSlashOptions, flag?: boolean): TwoSlashInstance;
/**
* @deprecated Use `createTwoSlasher` instead.
*/
declare const createTwoSlasherVue: typeof createTwoSlasher;
export { createTwoSlasherVue };
export { createTwoSlasher, createTwoSlasherVue };

10

package.json
{
"name": "twoslash-vue",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Extended TwoSlash for Vue SFC support",

@@ -48,10 +48,4 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"@vue/language-core": "^1.8.27",
"twoslash": "0.0.6"
"twoslash": "0.0.7"
},
"devDependencies": {
"esno": "^4.0.0",
"rimraf": "^5.0.5",
"shikiji": "^0.9.19",
"shikiji-twoslash": "^0.9.19"
},
"scripts": {

@@ -58,0 +52,0 @@ "build": "unbuild",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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