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

@inlang/plugin

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/plugin - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

dist/interface.d.ts
import { type Static, type TTemplateLiteral, type TLiteral } from "@sinclair/typebox";
import type { NodeishFilesystem as LisaNodeishFilesystem } from "@lix-js/fs";
import type { NodeishFilesystem } from "@lix-js/fs";
import type { Message } from "@inlang/message";

@@ -12,3 +12,3 @@ import type { JSONObject } from "@inlang/json-types";

*/
export type NodeishFilesystemSubset = Pick<LisaNodeishFilesystem, "readFile" | "readdir" | "mkdir" | "writeFile">;
export type NodeishFilesystemSubset = Pick<NodeishFilesystem, "readFile" | "readdir" | "mkdir" | "writeFile">;
/**

@@ -15,0 +15,0 @@ * The plugin API is used to extend inlang's functionality.

{
"name": "@inlang/plugin",
"type": "module",
"version": "2.0.0",
"version": "2.1.0",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "publishConfig": {

import { type Static, Type, type TTemplateLiteral, type TLiteral } from "@sinclair/typebox"
import type { NodeishFilesystem as LisaNodeishFilesystem } from "@lix-js/fs"
import type { NodeishFilesystem } from "@lix-js/fs"
import type { Message } from "@inlang/message"

@@ -15,3 +15,3 @@ import type { JSONObject } from "@inlang/json-types"

export type NodeishFilesystemSubset = Pick<
LisaNodeishFilesystem,
NodeishFilesystem,
"readFile" | "readdir" | "mkdir" | "writeFile"

@@ -18,0 +18,0 @@ >

Sorry, the diff of this file is not supported yet

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