Socket
Socket
Sign inDemoInstall

justypes

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

justypes - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

CHANGELOG.md

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

### [0.1.2](https://github.com/BlackGlory/justypes/compare/v0.1.1...v0.1.2) (2021-05-22)
### Bug Fixes
* script ([40a3aaa](https://github.com/BlackGlory/justypes/commit/40a3aaaba3e3fcb7de07ed461c9174290553b0b9))
### [0.1.1](https://github.com/BlackGlory/justypes/compare/v0.1.0...v0.1.1) (2021-03-17)

@@ -7,0 +14,0 @@

28

package.json
{
"name": "justypes",
"version": "0.1.1",
"version": "0.1.2",
"description": "Dumb types for TypeScript in the real world",

@@ -25,4 +25,4 @@ "keywords": [

"clean:build": "rimraf lib",
"build": "run-p build:*",
"build:compile": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib",
"build": "run-s build:*",
"build:compile": "tsc --project tsconfig.build.json --module commonjs --outDir lib",
"build:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib",

@@ -38,8 +38,8 @@ "release": "standard-version"

"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"husky": "^4.3.8",

@@ -50,9 +50,9 @@ "jest": "^26.6.3",

"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.3",
"standard-version": "^9.3.0",
"ts-jest": "^26.5.6",
"tscpaths": "^0.0.9",
"tsd": "^0.14.0",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
"tsd": "^0.15.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
}
}
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