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.0 to 0.1.1

lib/falsy.d.ts

7

CHANGELOG.md

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

### [0.1.1](https://github.com/BlackGlory/justypes/compare/v0.1.0...v0.1.1) (2021-03-17)
### Bug Fixes
* build ([08027e2](https://github.com/BlackGlory/justypes/commit/08027e2fd5ec100270f3a356463c71a5f2269437))
## 0.1.0 (2021-03-17)

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

6

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

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

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

@@ -30,0 +30,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