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

@vue-macros/short-bind

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/short-bind - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/api.d.ts
import { NodeTransform } from '@vue/compiler-core';
interface Options {
version?: number;
version?: number;
}

@@ -6,0 +6,0 @@ declare function transformShortBind(options?: Options): NodeTransform;

@@ -8,7 +8,7 @@ import { Options } from './api.js';

declare const plugin: {
rollup: typeof rollup;
rolldown: typeof rollup;
vite: typeof rollup;
rollup: typeof rollup;
rolldown: typeof rollup;
vite: typeof rollup;
};
export { Options, plugin as default };
{
"name": "@vue-macros/short-bind",
"version": "1.1.1",
"description": "short-bind feature from Vue Macros.",
"version": "1.1.2",
"description": "shortBind feature from Vue Macros.",
"type": "module",

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

"dependencies": {
"@vue/compiler-core": "^3.5.4",
"@vue-macros/common": "1.14.0"
"@vue/compiler-core": "^3.5.12",
"@vue-macros/common": "1.15.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.5.4"
"@vue/compiler-sfc": "^3.5.12"
},

@@ -74,0 +74,0 @@ "engines": {

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