New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tartine/common

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tartine/common - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

dist/errors/custom-error.d.ts

@@ -6,5 +6,3 @@ export declare type ProblemDetailsResponse = {

invalid_params?: {
[param: string]: {
reason: string;
};
[param: string]: string;
};

@@ -11,0 +9,0 @@ };

@@ -44,3 +44,3 @@ "use strict";

var param = _a.param, msg = _a.msg;
return (__assign(__assign({}, initial), (_b = {}, _b[param] = { reason: msg }, _b)));
return (__assign(__assign({}, initial), (_b = {}, _b[param] = msg, _b)));
}, {}),

@@ -47,0 +47,0 @@ }); };

{
"name": "@tartine/common",
"version": "1.0.7",
"version": "1.0.8",
"description": "Nothing but commons",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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