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

@stardust-collective/dag4-core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stardust-collective/dag4-core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

cjs/dag-di.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DagDi = void 0;
exports.dagDi = exports.DagDi = void 0;
const rest_api_1 = require("./cross-platform/api/rest.api");

@@ -21,2 +21,3 @@ const cross_platform_di_1 = require("./cross-platform/cross-platform-di");

exports.DagDi = DagDi;
exports.dagDi = new DagDi();
//# sourceMappingURL=dag-di.js.map

@@ -17,2 +17,3 @@ import { RestApi } from './cross-platform/api/rest.api';

}
export const dagDi = new DagDi();
//# sourceMappingURL=dag-di.js.map
{
"name": "@stardust-collective/dag4-core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Constellation HyperGraph JavaScript API",

@@ -5,0 +5,0 @@ "author": "Frank Fox",

@@ -10,1 +10,2 @@ import { RestApi } from './cross-platform/api/rest.api';

}
export declare const dagDi: DagDi;

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