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.26.2 to 1.27.0

5

dist/cjs/package.d.ts

@@ -8,2 +8,6 @@ import { url } from "./aliases";

}
export interface ExportBlock {
import?: string;
require?: string;
}
export interface IPackageJson extends IDictionary {

@@ -32,2 +36,3 @@ name: string;

type?: "module" | "commonjs";
exports?: Record<string, ExportBlock>;
/** the full list of SPDX license IDs (https://spdx.org/licenses/) */

@@ -34,0 +39,0 @@ license?: string;

@@ -8,2 +8,6 @@ import { url } from "./aliases";

}
export interface ExportBlock {
import?: string;
require?: string;
}
export interface IPackageJson extends IDictionary {

@@ -32,2 +36,3 @@ name: string;

type?: "module" | "commonjs";
exports?: Record<string, ExportBlock>;
/** the full list of SPDX license IDs (https://spdx.org/licenses/) */

@@ -34,0 +39,0 @@ license?: string;

8

package.json
{
"name": "common-types",
"version": "1.26.2",
"version": "1.27.0",
"description": "Common Types for Typescript",

@@ -17,5 +17,5 @@ "repository": "https://github.com/lifegadget/common-types",

"clear": "rimraf dist",
"predeploy": "yarn build",
"build": "run-s clear autoindex build:rollup",
"build:rollup": "rollup -c",
"prebuild": "run-s clear autoindex",
"prepublish": "run-s clear autoindex build",
"build": "rollup -c",
"build:tsc": "tsc -P tsconfig-es.json && tsc -P tsconfig-cjs.json && tsc -P tsconfig-umd.json",

@@ -22,0 +22,0 @@ "watch": "run-p watch:*",

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