Socket
Socket
Sign inDemoInstall

@textlint/ast-node-types

Package Overview
Dependencies
Maintainers
2
Versions
70
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 3.0.0 to 3.0.1

lib/index.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="3.0.1"></a>
## [3.0.1](https://github.com/textlint/textlint/compare/@textlint/ast-node-types@3.0.0...@textlint/ast-node-types@3.0.1) (2017-12-25)
### Bug Fixes
* **monorepo:** fix TypeScript module resolution in monorepo ([d5df499](https://github.com/textlint/textlint/commit/d5df499))
<a name="3.0.0"></a>

@@ -8,0 +19,0 @@ # [3.0.0](https://github.com/textlint/textlint/compare/@textlint/ast-node-types@3.0.0-next.0...@textlint/ast-node-types@3.0.0) (2017-12-18)

16

package.json
{
"name": "@textlint/ast-node-types",
"version": "3.0.0",
"version": "3.0.1",
"description": "textlint AST node type definition.",
"main": "./lib/TextLintASTNodeTypes.js",
"types": "./lib/TextLintASTNodeTypes.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [

@@ -16,4 +16,4 @@ "lib/",

"scripts": {
"build": "textlint-monorepo-scripts build-ts",
"test": "textlint-monorepo-scripts test",
"build": "cross-env NODE_ENV=production tsc -p .",
"test": "mocha \"test/**/*.{js,ts}\"",
"prepublish": "npm run build"

@@ -27,5 +27,7 @@ },

"devDependencies": {
"@textlint/monorepo-scripts": "^2.0.0",
"mocha": "^3.3.0"
"cross-env": "^5.1.3",
"mocha": "^4.0.1",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
}
}
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