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

@markuplint/ml-config

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-config - npm Package Compare versions

Comparing version 4.7.1-alpha.0 to 4.7.1-alpha.1

11

CHANGELOG.md

@@ -6,10 +6,17 @@ # Change Log

## [4.7.1-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.7.0...@markuplint/ml-config@4.7.1-alpha.0) (2024-06-02)
## [4.7.1-alpha.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.7.1-alpha.0...@markuplint/ml-config@4.7.1-alpha.1) (2024-06-02)
**Note:** Version bump only for package @markuplint/ml-config
### Bug Fixes
* fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0))
## [4.7.1-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.7.0...@markuplint/ml-config@4.7.1-alpha.0) (2024-06-02)
**Note:** Version bump only for package @markuplint/ml-config
# [4.7.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-config@4.6.2...@markuplint/ml-config@4.7.0) (2024-05-28)

@@ -16,0 +23,0 @@

14

package.json
{
"name": "@markuplint/ml-config",
"version": "4.7.1-alpha.0",
"version": "4.7.1-alpha.1",
"description": "JSON Schema and TypeScript types of markuplint configure JSON",

@@ -12,6 +12,6 @@ "repository": "git@github.com:markuplint/markuplint.git",

".": {
"import": "./lib/index.js"
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"types": "lib/index.d.ts",
"publishConfig": {

@@ -28,5 +28,5 @@ "access": "public"

"dependencies": {
"@markuplint/ml-ast": "4.4.1-alpha.0",
"@markuplint/selector": "4.6.4-alpha.0",
"@markuplint/shared": "4.4.2-alpha.0",
"@markuplint/ml-ast": "4.4.1-alpha.1",
"@markuplint/selector": "4.6.4-alpha.1",
"@markuplint/shared": "4.4.2-alpha.1",
"@types/mustache": "4.2.5",

@@ -38,3 +38,3 @@ "deepmerge": "4.3.1",

},
"gitHead": "b1cabc178e3553fd66c7ed4357b4124eb2585327"
"gitHead": "938c2164b55ad729da47a1851dc396c0033de3f7"
}
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