Socket
Socket
Sign inDemoInstall

json-typescript

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-typescript - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.github/ISSUE_TEMPLATE/bug_report.md

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.1](https://github.com/mike-north/json-typescript/compare/v1.1.0...v1.1.1) (2019-03-27)
### Bug Fixes
* publish .d.ts files ([0285f9a](https://github.com/mike-north/json-typescript/commit/0285f9a))
# [1.1.0](https://github.com/mike-north/json-typescript/compare/v1.0.0...v1.1.0) (2018-11-07)

@@ -2,0 +9,0 @@

55

package.json
{
"name": "json-typescript",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript type definitions for JSON objects",
"main": "index.ts",
"scripts": {
"test": "tsc && ./node_modules/.bin/mocha --opts tests/mocha.opts",
"lint": "./node_modules/.bin/tslint -p .",
"watch": "./node_modules/.bin/nodemon $(which npm) test",
"travis-deploy-once": "travis-deploy-once",
"build": "tsc",
"test": "./node_modules/.bin/mocha --opts tests/mocha.opts",
"lint": "tslint -p .",
"watch": "nodemon $(which npm) test",
"semantic-release": "semantic-release"

@@ -28,25 +28,23 @@ },

"devDependencies": {
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/travis-cli": "7.2.1",
"@mike-north/js-lib-renovate-config": "^0.0.1",
"@mike-north/js-lib-semantic-release-config": "^0.0.0-development",
"@types/chai": "^4.0.10",
"@types/mocha": "^2.2.44",
"@types/node": "^10.12.3",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"dtslint": "^0.3.0",
"husky": "1.1.2",
"mocha": "^5.0.0",
"mocha-typescript": "^1.1.12",
"nodemon": "^1.17.5",
"nyc": "^13.1.0",
"semantic-release": "^15.10.8",
"travis-deploy-once": "^5.0.9",
"ts-node": "^7.0.1",
"tsconfig": "^7.0.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"typings-tester": "^0.3.0"
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@commitlint/travis-cli": "7.5.2",
"@mike-north/js-lib-renovate-config": "1.1.5",
"@mike-north/js-lib-semantic-release-config": "1.0.1",
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"@types/node": "10.12.29",
"chai": "4.2.0",
"chalk": "2.4.2",
"dtslint": "0.4.9",
"husky": "1.2.1",
"mocha": "6.0.2",
"nodemon": "1.18.10",
"nyc": "13.2.0",
"semantic-release": "15.12.5",
"ts-node": "8.0.3",
"tsconfig": "7.0.0",
"tslint": "5.13.1",
"typescript": "3.3.4000",
"typings-tester": "0.3.2"
},

@@ -58,2 +56,3 @@ "commitlint": {

},
"types": "dist/index.d.ts",
"husky": {

@@ -60,0 +59,0 @@ "hooks": {

@@ -9,12 +9,14 @@ {

"noUnusedParameters": true,
"noEmit": true
"outDir": "dist",
"declaration": true,
"sourceMap": true,
"baseUrl": ".",
"declarationMap": true
},
"exclude": [
"node_modules/**/*"
"dist"
],
"include": [
"index.ts",
"tests/helpers.ts",
"tests/**/*test.ts"
"index.ts"
]
}
}

Sorry, the diff of this file is not supported yet

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