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

@superfaceai/ast

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superfaceai/ast - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

CHANGELOG.md

@@ -10,2 +10,7 @@ # Changelog

## [1.3.1] - 2023-07-18
### Fixed
- Enum name validation using JSON Schema
- Fixed `UseCaseExampleNode` input to be only `ComlinkObjectLiteralNode`
## [1.3.0] - 2023-01-31

@@ -175,3 +180,4 @@ ### Added

[Unreleased]: https://github.com/superfaceai/ast-js/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/superfaceai/ast-js/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/superfaceai/ast-js/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/superfaceai/ast-js/compare/v1.2.0...v1.3.0

@@ -178,0 +184,0 @@ [1.2.0]: https://github.com/superfaceai/ast-js/compare/v1.1.0...v1.2.0

5

dist/interfaces/ast/profile-ast.d.ts

@@ -71,2 +71,5 @@ import { AstMetadata, DocumentedNode, LocationSpan } from './source';

kind: 'EnumValue';
/**
* @pattern require('./utils').IDENTIFIER_RE_SOURCE
**/
name?: string;

@@ -210,3 +213,3 @@ value: string | number | boolean;

exampleName?: string;
input?: UseCaseSlotDefinitionNode<ComlinkLiteralNode>;
input?: UseCaseSlotDefinitionNode<ComlinkObjectLiteralNode>;
result?: UseCaseSlotDefinitionNode<ComlinkLiteralNode>;

@@ -213,0 +216,0 @@ asyncResult?: UseCaseSlotDefinitionNode<ComlinkLiteralNode>;

{
"name": "@superfaceai/ast",
"version": "1.3.0",
"version": "1.3.1",
"description": "Superface profile and map language ASTs, https://superface.ai",

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

# Ast-js
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/superfaceai/ast-js/main.yml?branch=dev)](https://github.com/superfaceai/ast-js/actions/workflows/main.yml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/superfaceai/ast-js/main.yml)](https://github.com/superfaceai/ast-js/actions/workflows/main.yml)
![NPM](https://img.shields.io/npm/v/@superfaceai/ast)

@@ -5,0 +5,0 @@ [![NPM](https://img.shields.io/npm/l/@superfaceai/ast)](LICENSE)

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