Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@inlang/core

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

@inlang/core - npm Package Compare versions

Comparing version 0.3.0-prerelease.2 to 0.3.0-prerelease.3

7

dist/config/schema.d.ts

@@ -38,9 +38,6 @@ import type * as ast from "../ast/index.js";

languages: string[];
readResources: (args: EnvironmentFunctions & {
config: Config;
}) => Promise<ast.Resource[]>;
writeResources: (args: EnvironmentFunctions & {
config: Config;
readResources: () => Promise<ast.Resource[]>;
writeResources: (args: {
resources: ast.Resource[];
}) => Promise<void>;
};
{
"name": "@inlang/core",
"type": "module",
"version": "0.3.0-prerelease.2",
"version": "0.3.0-prerelease.3",
"private": false,

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

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