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.1 to 1.26.2

4

dist/cjs/aliases/stringAliases.d.ts

@@ -25,1 +25,5 @@ export declare type sql = string;

export declare type Alpha = LowerAlpha | UpperAlpha;
/**
* A [_semver_](https://semver.org/) version number
*/
export declare type semver = `${number}.${number}.${number}`;

@@ -25,1 +25,5 @@ export declare type sql = string;

export declare type Alpha = LowerAlpha | UpperAlpha;
/**
* A [_semver_](https://semver.org/) version number
*/
export declare type semver = `${number}.${number}.${number}`;

12

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

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

"clear": "rimraf dist",
"deploy": "rollup -c && yarn publish",
"predeploy": "yarn build",
"build": "run-s clear autoindex build:rollup",

@@ -29,3 +29,3 @@ "build:rollup": "rollup -c",

"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@type-challenges/utils": "^0.1.1",

@@ -42,8 +42,8 @@ "@types/jest": "^26.0.23",

"rimraf": "^3.0.2",
"rollup": "^2.36.2",
"rollup": "^2.52.7",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.0.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.0"
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
}
}
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