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

eslint-plugin-toml

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-toml - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

lib/meta.d.ts
export declare const name: "eslint-plugin-toml";
export declare const version: "0.6.0";
export declare const version: "0.6.1";

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

exports.name = "eslint-plugin-toml";
exports.version = "0.6.0";
exports.version = "0.6.1";

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

const text = node.datetime;
const fractional = ((_a = /^\d{4}-\d{2}-\d{2}[ Tt]\d{2}:\d{2}:\d{2}.(\d+)/u.exec(text)) === null || _a === void 0 ? void 0 : _a[1]) ||
const fractional = ((_a = /^\d{4}-\d{2}-\d{2}[ t]\d{2}:\d{2}:\d{2}.(\d+)/iu.exec(text)) === null || _a === void 0 ? void 0 : _a[1]) ||
((_b = /^\d{2}:\d{2}:\d{2}.(\d+)/u.exec(text)) === null || _b === void 0 ? void 0 : _b[1]);

@@ -42,0 +42,0 @@ if (!fractional) {

{
"name": "eslint-plugin-toml",
"version": "0.6.0",
"version": "0.6.1",
"description": "This ESLint plugin provides linting rules for TOML.",

@@ -62,3 +62,3 @@ "main": "lib/index.js",

"lodash": "^4.17.19",
"toml-eslint-parser": "^0.6.0"
"toml-eslint-parser": "^0.7.0"
},

@@ -77,3 +77,3 @@ "devDependencies": {

"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.1",

@@ -94,3 +94,3 @@ "@typescript-eslint/eslint-plugin": "^6.0.0",

"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^1.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vue": "^9.0.0",

@@ -97,0 +97,0 @@ "eslint-plugin-yml": "^1.0.0",

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