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.77 to 0.0.78

9

CHANGELOG.md

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

<a name="0.0.78"></a>
## 0.0.78 (2017-08-28)
* 0.0.78 ([9c540bf](https://github.com/wessberg/Type/commit/9c540bf))
* Bumped version ([f7779fa](https://github.com/wessberg/Type/commit/f7779fa))
* Updated a typing ([1fb0c8d](https://github.com/wessberg/Type/commit/1fb0c8d))
<a name="0.0.77"></a>

@@ -2,0 +11,0 @@ ## 0.0.77 (2017-08-28)

3

dist/es2015/expression/literal/object-literal/i-formatted-object-literal-property.d.ts

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

kind: FormattedObjectLiteralPropertyKind;
name: FormattedPropertyName;
}
export interface IFormattedObjectLiteralShortHandAssignmentProperty extends IFormattedObjectLiteralProperty {
kind: FormattedObjectLiteralPropertyKind.SHORTHAND_ASSIGNMENT;
name: FormattedPropertyName;
}

@@ -19,2 +19,3 @@ export interface IFormattedObjectLiteralPropertyAssignmentProperty extends IFormattedObjectLiteralProperty {

value: FormattedExpression;
name: FormattedPropertyName;
}

@@ -21,0 +22,0 @@ export interface IFormattedObjectLiteralSpreadAssignmentProperty extends IFormattedObjectLiteralProperty {

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

kind: FormattedObjectLiteralPropertyKind;
name: FormattedPropertyName;
}
export interface IFormattedObjectLiteralShortHandAssignmentProperty extends IFormattedObjectLiteralProperty {
kind: FormattedObjectLiteralPropertyKind.SHORTHAND_ASSIGNMENT;
name: FormattedPropertyName;
}

@@ -19,2 +19,3 @@ export interface IFormattedObjectLiteralPropertyAssignmentProperty extends IFormattedObjectLiteralProperty {

value: FormattedExpression;
name: FormattedPropertyName;
}

@@ -21,0 +22,0 @@ export interface IFormattedObjectLiteralSpreadAssignmentProperty extends IFormattedObjectLiteralProperty {

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