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

@textlint/ast-node-types

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/ast-node-types - npm Package Compare versions

Comparing version 12.1.1 to 12.2.0

4

lib/src/index.d.ts

@@ -99,5 +99,5 @@ /**

/**
* Range start with 0
* Range starts with 0
*/
export declare type TextNodeRange = [number, number];
export declare type TextNodeRange = readonly [startIndex: number, endIndex: number];
/**

@@ -104,0 +104,0 @@ * Text Node.

@@ -99,5 +99,5 @@ /**

/**
* Range start with 0
* Range starts with 0
*/
export declare type TextNodeRange = [number, number];
export declare type TextNodeRange = readonly [startIndex: number, endIndex: number];
/**

@@ -104,0 +104,0 @@ * Text Node.

{
"name": "@textlint/ast-node-types",
"version": "12.1.1",
"version": "12.2.0",
"description": "textlint AST node type definition.",

@@ -27,3 +27,3 @@ "keywords": [

"clean": "rimraf lib/ module/",
"prepublish": "npm run build",
"prepack": "npm run build",
"test": "mocha \"test/**/*.{js,ts}\""

@@ -33,9 +33,9 @@ },

"cross-env": "^7.0.3",
"mocha": "^9.2.1",
"mocha": "^9.2.2",
"rimraf": "^3.0.2",
"ts-node": "^10.5.0",
"ts-node": "^10.8.1",
"ts-node-test-register": "^10.0.0",
"typescript": "~4.4.4"
},
"gitHead": "b9a94b850b8303b84a530fd88ad712b03e4d7762"
"gitHead": "e14b6e6ae685dabfca3c8c3f2a33c2029fce8724"
}

@@ -115,5 +115,5 @@ // MIT © 2017 azu

/**
* Range start with 0
* Range starts with 0
*/
export type TextNodeRange = [number, number];
export type TextNodeRange = readonly [startIndex: number, endIndex: number];

@@ -120,0 +120,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