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

@bscotch/gcdata

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/gcdata - npm Package Compare versions

Comparing version 0.14.3 to 0.15.0

dist/types.cl2.d.ts

2

dist/GameChanger.d.ts

@@ -20,3 +20,3 @@ import { Pathy } from '@bscotch/pathy';

/** `undefined` at the root, otherwise the prior visitor context data */
parent: MoteVisitorDataCtx | undefined;
parent: MoteVisitorCtx<T> | undefined;
/** A place for your custom store to accumulate things during visits. Passed by reference. */

@@ -23,0 +23,0 @@ store: T;

@@ -62,3 +62,3 @@ import { pathy } from '@bscotch/pathy';

},
parent: ctx.current,
parent: ctx,
};

@@ -65,0 +65,0 @@ visit(newCtx);

{
"name": "@bscotch/gcdata",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "module",

@@ -0,0 +0,0 @@ # GameChanger Data

Sorry, the diff of this file is not supported yet

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