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.28.2 to 1.29.0

dist/cjs/images.d.ts

1

dist/cjs/index.d.ts

@@ -12,2 +12,3 @@ export * from "./async";

export * from "./http";
export * from "./images";
export * from "./netlify";

@@ -14,0 +15,0 @@ export * from "./npm";

6

dist/cjs/index.js

@@ -247,5 +247,5 @@ 'use strict';

}
catch (e) {
e.message = `parsing-error: ${e.message}}`;
throw e;
catch (error) {
error.message = `parsing-error: ${error.message}}`;
throw error;
}

@@ -252,0 +252,0 @@ return parsed;

@@ -12,2 +12,3 @@ export * from "./async";

export * from "./http";
export * from "./images";
export * from "./netlify";

@@ -14,0 +15,0 @@ export * from "./npm";

@@ -243,5 +243,5 @@ /**

}
catch (e) {
e.message = `parsing-error: ${e.message}}`;
throw e;
catch (error) {
error.message = `parsing-error: ${error.message}}`;
throw error;
}

@@ -248,0 +248,0 @@ return parsed;

{
"name": "common-types",
"version": "1.28.2",
"version": "1.29.0",
"description": "Common Types for Typescript",

@@ -28,9 +28,9 @@ "repository": "https://github.com/lifegadget/common-types",

"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@type-challenges/utils": "^0.1.1",
"@types/jest": "^26.0.23",
"@types/jest": "^27.0.1",
"@types/mocha": "^8.0.3",
"@types/rimraf": "^3.0.0",
"async-shelljs": "^0.1.4",
"do-devops": "^0.9.0",
"dd": "^0.12.3",
"jest": "^27.0.4",

@@ -37,0 +37,0 @@ "jest-extended": "^0.11.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