Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

charlie-test-types

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charlie-test-types - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

10

index.d.ts

@@ -1,2 +0,2 @@

declare namespace AlbertContracts {
declare namespace c {
export enum Country {

@@ -15,3 +15,5 @@ UnitedStates = 'united-states',

export interface AddUserRequestBody {
id: string;
name: string;
age: number;
country: Country;
}

@@ -26,3 +28,3 @@

export interface GetUserByIdRequestBody {
name: string;
id: string;
}

@@ -37,2 +39,2 @@

export = AlbertContracts;
export = c;

2

package.json
{
"name": "charlie-test-types",
"version": "0.0.3",
"version": "0.0.4",
"description": "test package to deploying a typescript types package",

@@ -5,0 +5,0 @@ "repository": "https://github.com/charlieroth/charlie-test-types.git",

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