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

common-types

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

namespaces/aws.ts

8

common-types.ts

@@ -0,1 +1,6 @@

import * as aws from './namespaces/aws';
/**
* A Javascript hash which allows for any set of keys
*/
interface IDictionary<T = any> {

@@ -5,2 +10,5 @@ [key: string]: T;

/**
* A numeric Javascript array
*/
interface INumericArray<T> {

@@ -7,0 +15,0 @@ [key: number]: T;

11

package.json
{
"name": "common-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Common types not included in Typescript",

@@ -11,3 +11,10 @@ "main": "common-types.ts",

"author": "Ken Snyder <ken@ken.net>",
"license": "ISC"
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.77.0",
"common-types": "^1.0.0"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0"
}
}
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