Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@angular-eslint/utils

Package Overview
Dependencies
110
Maintainers
1
Versions
412
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.0.0-alpha.5 to 18.0.0-alpha.9

2

dist/index.d.ts

@@ -1,3 +0,1 @@

export * from './convert-annotated-source-to-failure-case';
export * from './rule-tester';
export { toHumanReadableText, arrayify, isNotNullOrUndefined, toPattern, kebabToCamelCase, withoutBracketsAndWhitespaces, capitalize, } from './utils';

@@ -4,0 +2,0 @@ export { getAriaAttributeKeys } from './eslint-plugin/get-aria-attribute-keys';

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

});
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importStar = (this && this.__importStar) || function (mod) {

@@ -31,4 +28,2 @@ if (mod && mod.__esModule) return mod;

exports.getTemplateParserServices = exports.ensureTemplateParser = exports.SelectorUtils = exports.Selectors = exports.RuleFixes = exports.ASTUtils = exports.getNativeEventNames = exports.getAriaAttributeKeys = exports.capitalize = exports.withoutBracketsAndWhitespaces = exports.kebabToCamelCase = exports.toPattern = exports.isNotNullOrUndefined = exports.arrayify = exports.toHumanReadableText = void 0;
__exportStar(require("./convert-annotated-source-to-failure-case"), exports);
__exportStar(require("./rule-tester"), exports);
var utils_1 = require("./utils");

@@ -35,0 +30,0 @@ Object.defineProperty(exports, "toHumanReadableText", { enumerable: true, get: function () { return utils_1.toHumanReadableText; } });

7

package.json
{
"name": "@angular-eslint/utils",
"version": "18.0.0-alpha.5",
"version": "18.0.0-alpha.9",
"license": "MIT",

@@ -24,7 +24,6 @@ "main": "dist/index.js",

"dependencies": {
"@angular-eslint/bundled-angular-compiler": "18.0.0-alpha.5",
"@typescript-eslint/rule-tester": "8.0.0-alpha.16",
"@typescript-eslint/utils": "8.0.0-alpha.16"
"@angular-eslint/bundled-angular-compiler": "18.0.0-alpha.9",
"@typescript-eslint/utils": "8.0.0-alpha.17"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc