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

ipld-schema-describer

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipld-schema-describer - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

types/tsconfig.tsbuildinfo

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [3.0.11](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.10...v3.0.11) (2024-09-25)
### Trivial Changes
* **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 ([701b324](https://github.com/rvagg/js-ipld-schema-describer/commit/701b324183662d1351b14a2e879ea15b81a1859b))
## [3.0.10](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.9...v3.0.10) (2024-07-10)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "ipld-schema-describer",
"version": "3.0.10",
"version": "3.0.11",
"description": "IPLD Schema Describer",

@@ -5,0 +5,0 @@ "main": "ipld-schema-describer.js",

@@ -15,6 +15,6 @@ /**

};
export type Schema = import('ipld-schema/schema-schema').Schema;
export type TypeDefnLink = import('ipld-schema/schema-schema').TypeDefnLink;
export type TypeDefnList = import('ipld-schema/schema-schema').TypeDefnList;
export type TypeDefnMap = import('ipld-schema/schema-schema').TypeDefnMap;
export type Schema = import("ipld-schema/schema-schema").Schema;
export type TypeDefnLink = import("ipld-schema/schema-schema").TypeDefnLink;
export type TypeDefnList = import("ipld-schema/schema-schema").TypeDefnList;
export type TypeDefnMap = import("ipld-schema/schema-schema").TypeDefnMap;
//# sourceMappingURL=ipld-schema-describer.d.ts.map

@@ -9,3 +9,3 @@ /**

export function kind(obj: any): RepresentationKindString;
export type RepresentationKindString = 'bool' | 'string' | 'bytes' | 'int' | 'float' | 'list' | 'map' | 'null' | 'link';
export type RepresentationKindString = "bool" | "string" | "bytes" | "int" | "float" | "list" | "map" | "null" | "link";
//# sourceMappingURL=kind.d.ts.map

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