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

@genesis-xyz/overlay

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genesis-xyz/overlay - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@genesis-xyz/overlay",
"version": "0.0.7",
"version": "0.0.8",
"main": "src/index.ts",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -0,1 +1,2 @@

/* eslint-disable @typescript-eslint/no-explicit-any */
import { AssetIO } from './AssetIO';

@@ -31,1 +32,2 @@ import { AssetResult } from './AssetResult';

export type SomeAsset = Asset<unknown>;
export type AnyAsset = Asset<any>;
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import type { AnyAsset, AssetTag } from './Asset';
import { AnyAssetRef, AssetRef, AssetRefKey, getAssetRefKey } from './AssetRef';

@@ -48,3 +49,5 @@ import {

() =>
ref.asset.fn(ref.tag, async (getRef: AnyAssetRef) => {
ref.asset.fn(ref.tag, async (asset: AnyAsset, tag: AssetTag) => {
const getRef: AnyAssetRef = { asset, tag };
// Get the ref key for the dependency asset ref

@@ -51,0 +54,0 @@ const depRefKey = getAssetRefKey(getRef);

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