Socket
Socket
Sign inDemoInstall

@vue/shared

Package Overview
Dependencies
Maintainers
14
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/shared - npm Package Compare versions

Comparing version 3.0.0-alpha.12 to 3.0.0-alpha.13

3

dist/shared.cjs.js

@@ -381,3 +381,4 @@ 'use strict';

const NO = () => false;
const isOn = (key) => key[0] === 'o' && key[1] === 'n';
const onRE = /^on[^a-z]/;
const isOn = (key) => onRE.test(key);
const extend = (a, b) => {

@@ -384,0 +385,0 @@ for (const key in b) {

@@ -380,3 +380,4 @@ 'use strict';

const NO = () => false;
const isOn = (key) => key[0] === 'o' && key[1] === 'n';
const onRE = /^on[^a-z]/;
const isOn = (key) => onRE.test(key);
const extend = (a, b) => {

@@ -383,0 +384,0 @@ for (const key in b) {

@@ -378,3 +378,4 @@ // Make a map and return a function for checking if a key

const NO = () => false;
const isOn = (key) => key[0] === 'o' && key[1] === 'n';
const onRE = /^on[^a-z]/;
const isOn = (key) => onRE.test(key);
const extend = (a, b) => {

@@ -381,0 +382,0 @@ for (const key in b) {

{
"name": "@vue/shared",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"description": "internal utils shared across @vue packages",

@@ -5,0 +5,0 @@ "main": "index.js",

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