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

@json-schema-tools/titleizer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-schema-tools/titleizer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## [1.0.1](https://github.com/json-schema-tools/titleizer/compare/1.0.0...1.0.1) (2020-10-23)
### Bug Fixes
* add contributing docs ([4a00e6e](https://github.com/json-schema-tools/titleizer/commit/4a00e6ee051e6d2d18fbb1098d7c1c3d944460f9))
* add eslint dep ([996d6b2](https://github.com/json-schema-tools/titleizer/commit/996d6b2f54517c7ed354850c689ef07c298eb494))
* add lint step ([fd3093f](https://github.com/json-schema-tools/titleizer/commit/fd3093f9ea79824e23fb6b62b5237f726a19a89f))
* add readme ([c8e0428](https://github.com/json-schema-tools/titleizer/commit/c8e04287a1d3e6ce6f9a858c8d6142569704ad88))
* change some rules for tests ([62a3794](https://github.com/json-schema-tools/titleizer/commit/62a379496468c7933455ee551e226c36cb485a05))
# 1.0.0 (2020-08-27)

@@ -2,0 +13,0 @@

24

package.json
{
"name": "@json-schema-tools/titleizer",
"version": "1.0.0",
"version": "1.0.1",
"main": "build/index.js",

@@ -12,3 +12,4 @@ "publishConfig": {

"test": "npm run test:unit",
"test:unit": "jest --coverage"
"test:unit": "jest --coverage",
"lint": "eslint . --ext .ts"
},

@@ -29,12 +30,15 @@ "author": "BelfordZ <belfordz66@gmail.com>",

"devDependencies": {
"@json-schema-tools/meta-schema": "^1.4.0",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"jest": "^24.8.0",
"ts-jest": "^24.1.0",
"typedoc": "^0.17.8",
"typescript": "^3.9.6"
"@json-schema-tools/meta-schema": "^1.5.8",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"jest": "^26.6.1",
"ts-jest": "^26.4.2",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
},
"dependencies": {
"@json-schema-tools/traverse": "^1.5.0"
"@json-schema-tools/traverse": "^1.7.3"
},

@@ -41,0 +45,0 @@ "homepage": "https://github.com/json-schema-tools/titleizer#readme",

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