Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-component-type-helpers

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-component-type-helpers - npm Package Compare versions

Comparing version 2.0.21 to 2.0.22

4

package.json
{
"name": "vue-component-type-helpers",
"version": "2.0.21",
"version": "2.0.22",
"license": "MIT",

@@ -14,3 +14,3 @@ "files": [

},
"gitHead": "a5af80e3939a39694abd9dd09a5496bc5fbf6e06"
"gitHead": "884c8a553d4fd240167fcb97c6a738564f9d697a"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.code = void 0;
var index_1 = require("./index");
const index_2 = require("./index");
exports.code = index_2.code.replace('$slots', '$scopedSlots');
const index_1 = require("./index");
exports.code = index_1.code.replace('$slots', '$scopedSlots');
exports.default = exports.code;
//# sourceMappingURL=vue2.js.map
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