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

@gasket/core

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/core - npm Package Compare versions

Comparing version 7.0.0-next.62 to 7.0.0-next.63

4

cjs/gasket.js

@@ -67,6 +67,6 @@ /* eslint-disable no-console, no-process-env */ "use strict";

this.hook = this.engine.hook.bind(this.engine);
// allow branches to reach back to the root
this.root = ()=>this;
this.config = config;
this.command = null;
// Can be used as a key to identify a gasket instance
this.symbol = Symbol('gasket');
// @ts-ignore

@@ -73,0 +73,0 @@ this.execSync('init');

@@ -54,8 +54,8 @@ /* eslint-disable no-console, no-process-env */

this.hook = this.engine.hook.bind(this.engine);
// allow branches to reach back to the root
this.root = () => this;
this.config = config;
this.command = null;
// Can be used as a key to identify a gasket instance
this.symbol = Symbol('gasket');
// @ts-ignore

@@ -62,0 +62,0 @@ this.execSync('init');

@@ -115,2 +115,3 @@ declare module '@gasket/core' {

constructor(config: GasketConfigDefinition);
new (config: GasketConfigDefinition): Gasket

@@ -121,3 +122,3 @@ command: {

config: GasketConfig;
new (config: GasketConfigDefinition): Gasket
symbol: Symbol;
traceBranch(): GasketTrace

@@ -124,0 +125,0 @@ traceRoot(): Gasket

{
"name": "@gasket/core",
"version": "7.0.0-next.62",
"version": "7.0.0-next.63",
"description": "Entry point to setting up Gasket instances",

@@ -102,3 +102,3 @@ "type": "module",

},
"gitHead": "8d6cf8ef71a549955cbfe9610bb1ee07cc40d96d"
"gitHead": "53d9d2f59b438d94d171eeac528c6aa2346c142e"
}
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