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

@textlint/ast-tester

Package Overview
Dependencies
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/ast-tester - npm Package Compare versions

Comparing version 2.3.5 to 12.0.0-beta.0

lib/src/index.d.ts

18

package.json
{
"name": "@textlint/ast-tester",
"version": "2.3.5",
"version": "12.0.0-beta.0",
"description": "Compliance tests for textlint's AST(Abstract Syntax Tree).",

@@ -22,5 +22,5 @@ "keywords": [

"author": "azu",
"main": "lib/index.js",
"module": "./module/index.js",
"types": "lib/index.d.ts",
"main": "lib/src/index.js",
"module": "./module/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {

@@ -37,3 +37,3 @@ "test": "test"

"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo tsconfig.module.tsbuildinfo",
"clean": "rimraf lib/ module/",
"prepublish": "npm run --if-present build",

@@ -44,7 +44,7 @@ "test": "mocha \"test/**/*.{js,ts}\"",

"dependencies": {
"@textlint/ast-node-types": "^4.4.3"
"@textlint/ast-node-types": "^12.0.0-beta.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.44",
"@types/node": "^14.17.0",
"cross-env": "^7.0.3",

@@ -55,3 +55,3 @@ "mocha": "^8.4.0",

"ts-node-test-register": "^9.0.1",
"typescript": "^4.0.2"
"typescript": "^4.2.4"
},

@@ -62,3 +62,3 @@ "publishConfig": {

"email": "azuciao@gmail.com",
"gitHead": "4cb1e78aa38cd0e942c61f352ffb29bb36f80a7b"
"gitHead": "1e0d0d7f628be0bfce04b6cd36fcc8390ca43096"
}
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