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 0.2.5 to 0.2.6

dist/chunk-6243JFEF.js

4

dist/api.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk7ADJIZ7Djs = require('./chunk-7ADJIZ7D.js');
var _chunk6243JFEFjs = require('./chunk-6243JFEF.js');
exports.transformShortBind = _chunk7ADJIZ7Djs.transformShortBind;
exports.transformShortBind = _chunk6243JFEFjs.transformShortBind;

@@ -6,3 +6,3 @@ import { Options } from './api.js';

declare function rollup(options?: Options): Plugin;
declare const _default: {
declare const plugin: {
rollup: typeof rollup;

@@ -12,2 +12,2 @@ vite: typeof rollup;

export { Options, _default as default };
export { Options, plugin as default };
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkIG3N6B67js = require('./chunk-IG3N6B67.js');
require('./chunk-7ADJIZ7D.js');
var _chunkURDLRB6Tjs = require('./chunk-URDLRB6T.js');
require('./chunk-6243JFEF.js');
exports.default = _chunkIG3N6B67js.src_default;
exports.default = _chunkURDLRB6Tjs.src_default;
module.exports = exports.default;

@@ -1,7 +0,8 @@

import * as vite from 'vite';
import { Options } from './api.js';
import plugin from './index.js';
import './api.js';
import '@vue/compiler-core';
import 'vite';
declare const _default: (options?: Options) => vite.Plugin<any>;
declare const _default: typeof plugin.rollup;
export = _default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkIG3N6B67js = require('./chunk-IG3N6B67.js');
require('./chunk-7ADJIZ7D.js');
var _chunkURDLRB6Tjs = require('./chunk-URDLRB6T.js');
require('./chunk-6243JFEF.js');
// src/rollup.ts
var rollup_default = _chunkIG3N6B67js.src_default.rollup;
var rollup_default = _chunkURDLRB6Tjs.src_default.rollup;

@@ -9,0 +9,0 @@

@@ -1,7 +0,8 @@

import * as vite from 'vite';
import { Options } from './api.js';
import plugin from './index.js';
import './api.js';
import '@vue/compiler-core';
import 'vite';
declare const _default: (options?: Options) => vite.Plugin<any>;
declare const _default: typeof plugin.vite;
export = _default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkIG3N6B67js = require('./chunk-IG3N6B67.js');
require('./chunk-7ADJIZ7D.js');
var _chunkURDLRB6Tjs = require('./chunk-URDLRB6T.js');
require('./chunk-6243JFEF.js');
// src/vite.ts
var vite_default = _chunkIG3N6B67js.src_default.vite;
var vite_default = _chunkURDLRB6Tjs.src_default.vite;

@@ -9,0 +9,0 @@

{
"name": "@vue-macros/short-bind",
"version": "0.2.5",
"version": "0.2.6",
"description": "short-bind feature from Vue Macros.",
"type": "commonjs",
"keywords": [

@@ -52,6 +53,3 @@ "vue-macros",

},
"./*": [
"./*",
"./*.d.ts"
]
"./*": "./*"
},

@@ -67,7 +65,7 @@ "typesVersions": {

"dependencies": {
"@vue/compiler-core": "^3.4.27",
"@vue-macros/common": "1.10.4"
"@vue/compiler-core": "^3.4.33",
"@vue-macros/common": "1.11.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.4.27"
"@vue/compiler-sfc": "^3.4.33"
},

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

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

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