Socket
Socket
Sign inDemoInstall

metautil

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metautil - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

types/metautil.d.ts

7

CHANGELOG.md

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

## [3.5.1][] - 2021-03-04
- Add typings
## [3.5.0][] - 2021-02-22

@@ -49,3 +53,4 @@

[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.0...HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.1...HEAD
[3.5.1]: https://github.com/metarhia/metautil/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/metarhia/metautil/compare/v3.4.0...v3.5.0

@@ -52,0 +57,0 @@ [3.4.0]: https://github.com/metarhia/metautil/compare/v3.3.0...v3.4.0

21

package.json
{
"name": "metautil",
"version": "3.5.0",
"version": "3.5.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -13,4 +13,6 @@ "license": "MIT",

"main": "metautil.js",
"types": "types/metautil.d.ts",
"files": [
"lib/"
"lib/",
"types/"
],

@@ -34,15 +36,18 @@ "engines": {

"scripts": {
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\"",
"test": "eslint . && metatests test/"
"test": "npm run lint && npm run types && metatests test/",
"types": "tsc -p types/tsconfig.json",
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"devDependencies": {
"eslint": "^7.20.0",
"@types/node": "^14.14.31",
"eslint": "^7.21.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"metatests": "^0.7.2",
"prettier": "^2.2.1"
"prettier": "^2.2.1",
"typescript": "^4.2.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