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.52 to 0.0.53

9

CHANGELOG.md

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

<a name="0.0.53"></a>
## 0.0.53 (2017-08-27)
* 0.0.53 ([067919c](https://github.com/wessberg/Type/commit/067919c))
* Bumped version ([608ab82](https://github.com/wessberg/Type/commit/608ab82))
* Updated a type ([e75788d](https://github.com/wessberg/Type/commit/e75788d))
<a name="0.0.52"></a>

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

1

dist/es2015/expression/literal/object-literal/formatted-object-literal-property-kind.d.ts
export declare enum FormattedObjectLiteralPropertyKind {
SHORTHAND_ASSIGNMENT = "SHORTHAND_ASSIGNMENT",
PROPERTY_ASSIGNMENT = "PROPERTY_ASSIGNMENT",
SPREAD_ASSIGNMENT = "SPREAD_ASSIGNMENT",
}

@@ -5,3 +5,4 @@ export var FormattedObjectLiteralPropertyKind;

FormattedObjectLiteralPropertyKind["PROPERTY_ASSIGNMENT"] = "PROPERTY_ASSIGNMENT";
FormattedObjectLiteralPropertyKind["SPREAD_ASSIGNMENT"] = "SPREAD_ASSIGNMENT";
})(FormattedObjectLiteralPropertyKind || (FormattedObjectLiteralPropertyKind = {}));
//# sourceMappingURL=formatted-object-literal-property-kind.js.map

7

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

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

name: FormattedPropertyName;
isRestSpread: boolean;
}

@@ -21,2 +20,6 @@ export interface IFormattedObjectLiteralShortHandAssignmentProperty extends IFormattedObjectLiteralProperty {

}
export declare type FormattedObjectLiteralProperty = IFormattedObjectLiteralShortHandAssignmentProperty | IFormattedObjectLiteralPropertyAssignmentProperty | IFormattedMethod | IFormattedAccessor;
export interface IFormattedObjectLiteralSpreadAssignmentProperty extends IFormattedObjectLiteralProperty {
kind: FormattedObjectLiteralPropertyKind.SPREAD_ASSIGNMENT;
expression: FormattedExpression;
}
export declare type FormattedObjectLiteralProperty = IFormattedObjectLiteralShortHandAssignmentProperty | IFormattedObjectLiteralPropertyAssignmentProperty | IFormattedObjectLiteralSpreadAssignmentProperty | IFormattedMethod | IFormattedAccessor;
export declare enum FormattedObjectLiteralPropertyKind {
SHORTHAND_ASSIGNMENT = "SHORTHAND_ASSIGNMENT",
PROPERTY_ASSIGNMENT = "PROPERTY_ASSIGNMENT",
SPREAD_ASSIGNMENT = "SPREAD_ASSIGNMENT",
}

@@ -16,4 +16,5 @@ (function (factory) {

FormattedObjectLiteralPropertyKind["PROPERTY_ASSIGNMENT"] = "PROPERTY_ASSIGNMENT";
FormattedObjectLiteralPropertyKind["SPREAD_ASSIGNMENT"] = "SPREAD_ASSIGNMENT";
})(FormattedObjectLiteralPropertyKind = exports.FormattedObjectLiteralPropertyKind || (exports.FormattedObjectLiteralPropertyKind = {}));
});
//# sourceMappingURL=formatted-object-literal-property-kind.js.map

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

name: FormattedPropertyName;
isRestSpread: boolean;
}

@@ -21,2 +20,6 @@ export interface IFormattedObjectLiteralShortHandAssignmentProperty extends IFormattedObjectLiteralProperty {

}
export declare type FormattedObjectLiteralProperty = IFormattedObjectLiteralShortHandAssignmentProperty | IFormattedObjectLiteralPropertyAssignmentProperty | IFormattedMethod | IFormattedAccessor;
export interface IFormattedObjectLiteralSpreadAssignmentProperty extends IFormattedObjectLiteralProperty {
kind: FormattedObjectLiteralPropertyKind.SPREAD_ASSIGNMENT;
expression: FormattedExpression;
}
export declare type FormattedObjectLiteralProperty = IFormattedObjectLiteralShortHandAssignmentProperty | IFormattedObjectLiteralPropertyAssignmentProperty | IFormattedObjectLiteralSpreadAssignmentProperty | IFormattedMethod | IFormattedAccessor;
{
"name": "@wessberg/type",
"version": "0.0.52",
"version": "0.0.53",
"description": "Type signatures and enums for model types.",

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

Sorry, the diff of this file is not supported yet

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