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

@fastkit/vue-color-scheme

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/vue-color-scheme - npm Package Compare versions

Comparing version 0.8.10 to 0.8.11

10

dist/vue-color-scheme.cjs.js

@@ -172,3 +172,2 @@ 'use strict';

class VueColorSchemePlugin {
installedApps = new Set();
settings;

@@ -186,13 +185,4 @@ constructor(settings) {

install(app) {
const { installedApps } = this;
if (installedApps.has(app))
return;
const unmountApp = app.unmount;
installedApps.add(app);
const $color = new VueColorSchemeService(this.settings);
$color.provide(app);
app.unmount = function () {
installedApps.delete(app);
unmountApp();
};
}

@@ -199,0 +189,0 @@ }

@@ -172,3 +172,2 @@ 'use strict';

class VueColorSchemePlugin {
installedApps = new Set();
settings;

@@ -186,13 +185,4 @@ constructor(settings) {

install(app) {
const { installedApps } = this;
if (installedApps.has(app))
return;
const unmountApp = app.unmount;
installedApps.add(app);
const $color = new VueColorSchemeService(this.settings);
$color.provide(app);
app.unmount = function () {
installedApps.delete(app);
unmountApp();
};
}

@@ -199,0 +189,0 @@ }

1

dist/vue-color-scheme.d.ts

@@ -114,3 +114,2 @@ import { App } from 'vue';

export declare class VueColorSchemePlugin {
readonly installedApps: Set<App<any>>;
readonly settings: VueColorSchemeServiceSettings;

@@ -117,0 +116,0 @@ constructor(settings: VueColorSchemePluginSettings);

8

package.json
{
"name": "@fastkit/vue-color-scheme",
"version": "0.8.10",
"version": "0.8.11",
"description": "@fastkit/vue-color-scheme",

@@ -33,6 +33,6 @@ "buildOptions": {

"dependencies": {
"@fastkit/color-scheme": "0.8.10",
"@fastkit/tiny-logger": "0.8.10",
"@fastkit/vue-utils": "0.8.10"
"@fastkit/color-scheme": "0.8.11",
"@fastkit/tiny-logger": "0.8.11",
"@fastkit/vue-utils": "0.8.11"
}
}

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