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

@inlang/paraglide-js

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/paraglide-js - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

dist/services/error-handling.test.d.ts

11

dist/services/error-handling.d.ts

@@ -1,7 +0,3 @@

import { InlangProject } from '@inlang/sdk';
import { InlangProject, ModuleError } from '@inlang/sdk';
interface ModuleError extends Error {
name: string;
module: string;
}
export declare function classifyProjectErrors(errors: ReturnType<InlangProject["errors"]>): {

@@ -11,2 +7,5 @@ fatalErrors: Error[];

};
export {};
/**
* Splits an array into two arrays based on the predicate
*/
export declare function split<T, U extends T>(array: T[], predicate: (value: T) => value is U): [U[], T[]];
{
"name": "@inlang/paraglide-js",
"type": "module",
"version": "1.10.0",
"version": "1.10.1",
"license": "Apache-2.0",

@@ -66,7 +66,7 @@ "publishConfig": {

"@inlang/cross-sell-sherlock": "0.0.4",
"@inlang/cross-sell-ninja": "0.0.32",
"@inlang/cross-sell-ninja": "0.0.33",
"@inlang/language-tag": "1.5.1",
"@inlang/sdk": "0.36.1",
"@lix-js/client": "2.2.0",
"@inlang/plugin-message-format": "2.2.0",
"@lix-js/client": "2.2.0",
"@inlang/sdk": "0.36.0",
"@lix-js/fs": "2.1.0"

@@ -73,0 +73,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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