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.57 to 0.0.58

9

CHANGELOG.md

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

<a name="0.0.58"></a>
## 0.0.58 (2017-08-27)
* 0.0.58 ([e294fec](https://github.com/wessberg/Type/commit/e294fec))
* Bumped version ([9bd8c53](https://github.com/wessberg/Type/commit/9bd8c53))
* Updated a type ([c1918ab](https://github.com/wessberg/Type/commit/c1918ab))
<a name="0.0.57"></a>

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

2

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

@@ -17,3 +17,3 @@ import { FormattedExpressionKind } from "../formatted-expression-kind/formatted-expression-kind";

kind: FormattedFunctionKind.FUNCTION;
name: FormattedPropertyName;
name: FormattedPropertyName | null;
typeParameters: ITypeParameter[];

@@ -20,0 +20,0 @@ }

@@ -17,3 +17,3 @@ import { FormattedExpressionKind } from "../formatted-expression-kind/formatted-expression-kind";

kind: FormattedFunctionKind.FUNCTION;
name: FormattedPropertyName;
name: FormattedPropertyName | null;
typeParameters: ITypeParameter[];

@@ -20,0 +20,0 @@ }

{
"name": "@wessberg/type",
"version": "0.0.57",
"version": "0.0.58",
"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