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

@markuplint/ml-spec

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-spec - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

5

lib/types.d.ts

@@ -10,2 +10,7 @@ import { ContentModel, PermittedStructuresSchema } from './permitted-structres';

}
export declare type ExtendedSpec = {
cites?: Cites;
def?: Partial<SpecDefs>;
specs?: ElementSpec[];
};
/**

@@ -12,0 +17,0 @@ * Reference URLs

4

package.json
{
"name": "@markuplint/ml-spec",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Types and schema that specs of the Markup languages for markuplint",

@@ -24,3 +24,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "2b9b334ad921139c38f19fbbd9bd9d81c425be44"
"gitHead": "a0fdbb0dd2a2f8a0127a62e780c61438d57a6514"
}

@@ -12,2 +12,8 @@ import { ContentModel, PermittedStructuresSchema } from './permitted-structres';

export type ExtendedSpec = {
cites?: Cites;
def?: Partial<SpecDefs>;
specs?: ElementSpec[];
};
/**

@@ -14,0 +20,0 @@ * Reference URLs

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