New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/file-resolver

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/file-resolver - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

2

lib/helper.js

@@ -17,3 +17,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -20,0 +20,0 @@ return result;

{
"name": "@markuplint/file-resolver",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "The file resolver of markuplint",

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

"dependencies": {
"@markuplint/ml-config": "^1.0.0-alpha.6",
"@markuplint/ml-config": "^1.0.0-alpha.7",
"cosmiconfig": "^6.0.0",
"glob": "^7.1.6"
},
"gitHead": "2b9b334ad921139c38f19fbbd9bd9d81c425be44"
"gitHead": "b3e2bf3e0f6410ba1107d8273b510a7c2cc4273a"
}

@@ -28,2 +28,2 @@ # @markuplint/file-resolver

Copyright © 2019 markuplint. Unter the MIT License.
Copyright © 2020 markuplint. Under the MIT License.

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