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.33 to 0.0.34

9

CHANGELOG.md

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

<a name="0.0.34"></a>
## 0.0.34 (2017-08-27)
* 0.0.34 ([17e1f35](https://github.com/wessberg/Type/commit/17e1f35))
* Added a decorators property to formatted classes ([a57f12a](https://github.com/wessberg/Type/commit/a57f12a))
* Bumped version ([53ed794](https://github.com/wessberg/Type/commit/53ed794))
<a name="0.0.33"></a>

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

2

dist/es2015/expression/class/i-formatted-class.d.ts
import { IFormattedExpression } from "../formatted-expression/i-formatted-expression";
import { FormattedExpressionKind } from "../formatted-expression-kind/formatted-expression-kind";
import { IFormattedExtendsHeritage, IFormattedImplementsHeritage } from "../heritage/i-formatted-heritage";
import { IFormattedDecorator } from "../decorator/i-formatted-decorator";
export interface IFormattedClass extends IFormattedExpression {

@@ -9,2 +10,3 @@ expressionKind: FormattedExpressionKind.CLASS;

implements: IFormattedImplementsHeritage | null;
decorators: IFormattedDecorator[];
}
import { IFormattedExpression } from "../formatted-expression/i-formatted-expression";
import { FormattedExpressionKind } from "../formatted-expression-kind/formatted-expression-kind";
import { IFormattedExtendsHeritage, IFormattedImplementsHeritage } from "../heritage/i-formatted-heritage";
import { IFormattedDecorator } from "../decorator/i-formatted-decorator";
export interface IFormattedClass extends IFormattedExpression {

@@ -9,2 +10,3 @@ expressionKind: FormattedExpressionKind.CLASS;

implements: IFormattedImplementsHeritage | null;
decorators: IFormattedDecorator[];
}

2

package.json
{
"name": "@wessberg/type",
"version": "0.0.33",
"version": "0.0.34",
"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