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.42 to 0.0.43

9

CHANGELOG.md

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

<a name="0.0.43"></a>
## 0.0.43 (2017-08-27)
* 0.0.43 ([f7d68cd](https://github.com/wessberg/Type/commit/f7d68cd))
* Bumped version ([981be5d](https://github.com/wessberg/Type/commit/981be5d))
* Fixed a bug ([73cec5b](https://github.com/wessberg/Type/commit/73cec5b))
<a name="0.0.42"></a>

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

4

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

@@ -5,4 +5,4 @@ import { FormattedExpression, IFormattedExpression } from "../formatted-expression/i-formatted-expression";

import { FormattedPropertyName } from "../property-name/i-formatted-property-name";
import { IFormattedArguments } from "../arguments/i-formatted-arguments";
import { Type } from "../../type/type/type";
import { ParameterType } from "../../type/parameter-type/i-parameter-type";
export interface IFormattedAccessor extends IFormattedExpression {

@@ -20,4 +20,4 @@ expressionKind: FormattedExpressionKind.ACCESSOR;

kind: FormattedAccessorKind.SET;
arguments: IFormattedArguments;
parameters: ParameterType;
}
export declare type FormattedAccessor = IFormattedSetAccessor | IFormattedGetAccessor;

@@ -5,4 +5,4 @@ import { FormattedExpression, IFormattedExpression } from "../formatted-expression/i-formatted-expression";

import { FormattedPropertyName } from "../property-name/i-formatted-property-name";
import { IFormattedArguments } from "../arguments/i-formatted-arguments";
import { Type } from "../../type/type/type";
import { ParameterType } from "../../type/parameter-type/i-parameter-type";
export interface IFormattedAccessor extends IFormattedExpression {

@@ -20,4 +20,4 @@ expressionKind: FormattedExpressionKind.ACCESSOR;

kind: FormattedAccessorKind.SET;
arguments: IFormattedArguments;
parameters: ParameterType;
}
export declare type FormattedAccessor = IFormattedSetAccessor | IFormattedGetAccessor;
{
"name": "@wessberg/type",
"version": "0.0.42",
"version": "0.0.43",
"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