Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.34 to 0.0.35-beta.0

5

CHANGELOG.md

@@ -22,3 +22,2 @@ # Changelog

## [0.0.32-beta.0] - 2021-10-14
### Added

@@ -29,6 +28,2 @@ - provider.json schemas

## [0.0.31-beta.0] - 2021-09-28
## [0.0.30-beta.0] - 2021-09-28
## [0.0.29] - 2021-09-08

@@ -35,0 +30,0 @@

1

dist/index.d.ts
export * from './interfaces';
export declare const VERSION: string;

@@ -13,3 +13,8 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment,@typescript-eslint/no-var-requires
var packageJson = require('../package.json');
__exportStar(require("./interfaces"), exports);
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
exports.VERSION = packageJson.version;
//# sourceMappingURL=index.js.map

@@ -13,4 +13,4 @@ import { Guard } from '../ast';

export declare function prepareSecurityValues(providerName: string, schemes: SecurityScheme[]): SecurityValues[];
export declare function prepareProviderParameters(parameters: IntegrationParameter[]): {
export declare function prepareProviderParameters(providerName: string, parameters: IntegrationParameter[]): {
[key: string]: string;
};
{
"name": "@superfaceai/ast",
"version": "0.0.34",
"version": "0.0.35-beta.0",
"description": "Superface profile and map language ASTs, https://superface.ai",

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

Sorry, the diff of this file is not supported yet

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

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