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

@garfish/core

Package Overview
Dependencies
Maintainers
8
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/core - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8-alpha.4

LICENSE

2

dist/core.cjs.js

@@ -843,3 +843,3 @@ 'use strict';

var _this = this;
this.version = "0.0.7";
this.version = "0.0.8-alpha.4";
this.running = false;

@@ -846,0 +846,0 @@ this.options = getDefaultOptions();

@@ -839,3 +839,3 @@ 'use strict';

var _this = this;
this.version = "0.0.7";
this.version = "0.0.8-alpha.4";
this.running = false;

@@ -842,0 +842,0 @@ this.options = getDefaultOptions();

@@ -1644,3 +1644,3 @@ import { parse } from 'himalaya';

var _this = this;
this.version = "0.0.7";
this.version = "0.0.8-alpha.4";
this.running = false;

@@ -1647,0 +1647,0 @@ this.options = getDefaultOptions();

{
"name": "@garfish/core",
"version": "0.0.7",
"version": "0.0.8-alpha.4",
"description": "core module.",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "58de182fc00982bed28bd8adebb8fbfea19d1b72"
"gitHead": "9dd3445fab40001ecefcf4959c5123b8b4894a27"
}

@@ -220,3 +220,3 @@ import { VText, VNode } from '@garfish/utils';

export type Plugin = { name: string, version?: string } & PickParam<
export type Plugin = { name: string; version?: string } & PickParam<
Partial<interfaces.Lifecycle>

@@ -223,0 +223,0 @@ >;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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