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

@10ign/common-types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10ign/common-types - npm Package Compare versions

Comparing version 1.0.9 to 1.0.12

dist/CommonTypes.js.map

1

dist/CommonTypes.js
export {};
//# sourceMappingURL=CommonTypes.js.map

4

package.json
{
"name": "@10ign/common-types",
"version": "1.0.9",
"version": "1.0.12",
"description": "Common Types",

@@ -30,4 +30,4 @@ "main": "dist/CommonTypes.js",

"build": "tsc",
"docs": "typedoc --readme \"none\" --out docs --entryPointStrategy expand src"
"docs": "typedoc"
}
}
# Common Types
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Version)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Publish?label=publish)
![npm (scoped)](https://img.shields.io/npm/v/@10ign/common-types?logo=npm)
![GitHub](https://img.shields.io/github/license/10ign/common-types)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Version)](https://github.com/10ign/common-types/actions/workflows/version.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/10ign/common-types/Publish?label=publish)](https://github.com/10ign/common-types/actions/workflows/publish.yml)
[![npm (scoped)](https://img.shields.io/npm/v/@10ign/common-types?logo=npm)](https://www.npmjs.com/package/@10ign/common-types)
[![GitHub](https://img.shields.io/github/license/10ign/common-types)](https://github.com/10ign/common-types/blob/main/LICENSE)

@@ -8,0 +8,0 @@ This repository contain common TypeScript types that are used by

@@ -7,2 +7,3 @@ {

"declarationMap": true,
"sourceMap": true,
"outDir": "dist",

@@ -12,3 +13,8 @@ "rootDir": "./src",

"strict": true
},
"typedocOptions": {
"entryPoints": ["./src/CommonTypes.ts"],
"out": "docs",
"readme": "none"
}
}

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