Socket
Socket
Sign inDemoInstall

@glazed/devtools

Package Overview
Dependencies
150
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0-alpha.2 to 0.2.0-alpha.3

6

dist/datamodel.js

@@ -5,5 +5,5 @@ import { CommitID, StreamRef } from '@ceramicnetwork/streamid';

import { model as encodedDataStoreModel } from '@glazed/did-datastore-model';
import { decodeModel, encodeModel } from './encoding';
import { publishCommits } from './publishing';
import { extractSchemaReferences } from './schema';
import { decodeModel, encodeModel } from './encoding.js';
import { publishCommits } from './publishing.js';
import { extractSchemaReferences } from './schema.js';
function _classPrivateFieldGet(receiver, privateMap) {

@@ -10,0 +10,0 @@ if (!privateMap.has(receiver)) {

import { CID } from 'multiformats/cid';
import { fromString, toString } from 'uint8arrays';
import { applyMap } from './utils';
import { applyMap } from './utils.js';
export function decodeDagJWS({ payload , signatures , link }) {

@@ -5,0 +5,0 @@ return {

import type { GraphQLModel, ItemField } from '@glazed/graphql-types';
import type { Schema } from '@glazed/types';
import type { ModelManager } from './datamodel';
import type { ModelManager } from './datamodel.js';
/** @internal */

@@ -5,0 +5,0 @@ export declare function getItemField(model: GraphQLModel, schema: Schema, parent: string, owner: string): ItemField;

/* eslint-disable @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access */ import { CIP88_APPEND_COLLECTION_PREFIX } from '@glazed/constants';
import { camelCase, pascalCase } from 'change-case';
import { getReference } from './schema';
import { getReference } from './schema.js';
/** @internal */ function getName(base, prefix = '') {

@@ -5,0 +5,0 @@ const withCase = pascalCase(base);

import { TileDocument } from '@ceramicnetwork/stream-tile';
import { promiseMap } from './utils';
import { promiseMap } from './utils.js';
/** @internal */ export async function publishCommits(ceramic, [genesis, ...updates], createOpts = {

@@ -4,0 +4,0 @@ anchor: false,

{
"name": "@glazed/devtools",
"version": "0.2.0-alpha.2",
"version": "0.2.0-alpha.3",
"author": "3Box Labs",

@@ -5,0 +5,0 @@ "license": "(Apache-2.0 OR MIT)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc