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.40 to 0.0.41

9

CHANGELOG.md

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

<a name="0.0.41"></a>
## 0.0.41 (2017-08-27)
* 0.0.41 ([63b51c9](https://github.com/wessberg/Type/commit/63b51c9))
* Bumped version ([a395c4b](https://github.com/wessberg/Type/commit/a395c4b))
* Property names can also be numbers ([66b752e](https://github.com/wessberg/Type/commit/66b752e))
<a name="0.0.40"></a>

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

2

dist/es2015/expression/property-name/i-formatted-property-name.d.ts

@@ -10,3 +10,3 @@ import { FormattedPropertyNameKind } from "./formatted-property-name-kind";

kind: FormattedPropertyNameKind.STATIC;
name: string;
name: string | number;
}

@@ -13,0 +13,0 @@ export interface IFormattedPropertySymbolName extends IFormattedPropertyName {

@@ -10,3 +10,3 @@ import { FormattedPropertyNameKind } from "./formatted-property-name-kind";

kind: FormattedPropertyNameKind.STATIC;
name: string;
name: string | number;
}

@@ -13,0 +13,0 @@ export interface IFormattedPropertySymbolName extends IFormattedPropertyName {

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