New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wessberg/type

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/type - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name="0.0.49"></a>
## 0.0.49 (2017-08-27)
* 0.0.49 ([bea19d9](https://github.com/wessberg/Type/commit/bea19d9))
* Bumped version ([6457bbb](https://github.com/wessberg/Type/commit/6457bbb))
* Made the body on function likes optional ([e2094e6](https://github.com/wessberg/Type/commit/e2094e6))
<a name="0.0.48"></a>

@@ -2,0 +11,0 @@ ## 0.0.48 (2017-08-27)

2

dist/es2015/expression/function-like/i-formatted-function-like.d.ts

@@ -6,3 +6,3 @@ import { IFormattedExpression } from "../formatted-expression/i-formatted-expression";

type: Type;
body: IFormattedBlock;
body: IFormattedBlock | null;
}

@@ -6,3 +6,3 @@ import { IFormattedExpression } from "../formatted-expression/i-formatted-expression";

type: Type;
body: IFormattedBlock;
body: IFormattedBlock | null;
}
{
"name": "@wessberg/type",
"version": "0.0.48",
"version": "0.0.49",
"description": "Type signatures and enums for model types.",

@@ -5,0 +5,0 @@ "scripts": {

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