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

@dnlup/doc

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnlup/doc - npm Package Compare versions

Comparing version 1.0.4-0 to 1.1.0

index.d.ts

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Changelog

## [1.1.0](https://github.com/dnlup/doc/compare/v1.0.4-0...v1.1.0) (2020-06-30)
### Features
* add TypeScript typings file ([fae1f3b](https://github.com/dnlup/doc/commit/fae1f3bf5429881b416fd52ddeddf2a91dee52f6))
### Bug Fixes
* include typings file when published ([fae1012](https://github.com/dnlup/doc/commit/fae1012cbc7629ca0310e0a551c2c9f86036d41e))
### [1.0.4-0](https://github.com/dnlup/doc/compare/v1.0.3...v1.0.4-0) (2020-06-12)

@@ -7,0 +19,0 @@

31

package.json
{
"name": "@dnlup/doc",
"version": "1.0.4-0",
"version": "1.1.0",
"description": "Get usage and health data about your Node.js process",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "standard --fix",
"test": "tap test.js",
"doc": "doctoc README.md",
"lint": "standard --fix && npm run lint:typescript",
"lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin *.ts",
"test": "tap test.js && npm run test:typescript",
"test:typescript": "tsd",
"doc": "markdown-toc -i README.md",
"release": "HUSKY_SKIP_HOOKS=1 standard-version",

@@ -21,3 +24,4 @@ "postrelease": "npm run push && npm publish",

"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -48,11 +52,24 @@ "keywords": [

},
"standard": {
"ignore": [
"index.d.ts"
]
},
"tsd": {
"directory": "."
},
"devDependencies": {
"doctoc": "^1.4.0",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"husky": "^4.2.5",
"is-ci": "^2.0.0",
"lint-staged": "^10.2.10",
"markdown-toc": "^1.2.0",
"semver": "^7.3.2",
"standard": "^14.3.4",
"standard-version": "^8.0.0",
"tap": "^14.10.7"
"tap": "^14.10.7",
"tsd": "^0.12.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