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

@markuplint/create-rule-helper

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/create-rule-helper - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

6

lib/create-rule-package.js

@@ -5,5 +5,5 @@ "use strict";

const tslib_1 = require("tslib");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const util_1 = (0, tslib_1.__importDefault)(require("util"));
const glob_1 = (0, tslib_1.__importDefault)(require("glob"));
const path_1 = tslib_1.__importDefault(require("path"));
const util_1 = tslib_1.__importDefault(require("util"));
const glob_1 = tslib_1.__importDefault(require("glob"));
const create_rule_helper_error_1 = require("./create-rule-helper-error");

@@ -10,0 +10,0 @@ const install_scaffold_1 = require("./install-scaffold");

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

const tslib_1 = require("tslib");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_1 = tslib_1.__importDefault(require("path"));
const create_rule_helper_error_1 = require("./create-rule-helper-error");

@@ -8,0 +8,0 @@ const fs_exists_1 = require("./fs-exists");

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

const tslib_1 = require("tslib");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_1 = tslib_1.__importDefault(require("path"));
const create_rule_helper_error_1 = require("./create-rule-helper-error");

@@ -8,0 +8,0 @@ const fs_exists_1 = require("./fs-exists");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./create-rule-helper"), exports);
(0, tslib_1.__exportStar)(require("./types"), exports);
tslib_1.__exportStar(require("./create-rule-helper"), exports);
tslib_1.__exportStar(require("./types"), exports);

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

const fs_1 = require("fs");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_1 = tslib_1.__importDefault(require("path"));
const fs_exists_1 = require("./fs-exists");

@@ -9,0 +9,0 @@ const transfer_1 = require("./transfer");

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

const fs_1 = require("fs");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_1 = tslib_1.__importDefault(require("path"));
async function readPackageJson(dir) {

@@ -9,0 +9,0 @@ const filePath = path_1.default.resolve(dir, 'package.json');

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

const tslib_1 = require("tslib");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_1 = tslib_1.__importDefault(require("path"));
const read_package_json_1 = require("./read-package-json");

@@ -8,0 +8,0 @@ async function searchCoreRepository() {

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

const fs_1 = require("fs");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_1 = tslib_1.__importDefault(require("path"));
const mustache_1 = require("mustache");

@@ -9,0 +9,0 @@ const prettier_1 = require("prettier");

{
"name": "@markuplint/create-rule-helper",
"version": "2.1.2",
"version": "2.2.0",
"description": "Create rule helper",

@@ -20,14 +20,14 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-core": "^2.1.2",
"@markuplint/ml-core": "2.2.0",
"glob": "^7.2.0",
"mustache": "^4.2.0",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"fs-extra": "^10.0.0"
"fs-extra": "^10.0.1"
},
"gitHead": "76939e9a8278829f1871a117f8c0cbc9777db7c2"
"gitHead": "0321513e36cc74929c41e06e1f58c43ff7602556"
}

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