Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
2
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismatic-io/spectral - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

26

dist/index.js

@@ -1,10 +0,20 @@

export var component = function (definition) { return definition; };
export var action = function (definition) {
var _a;
return (_a = {},
_a[definition.key] = definition,
_a);
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
export var input = function (definition) { return definition; };
Object.defineProperty(exports, "__esModule", { value: true });
exports.input = exports.action = exports.component = void 0;
exports.component = (definition) => definition;
exports.action = (definition) => ({
[definition.key]: definition,
});
exports.input = (definition) => definition;
// Make types defined in types.ts importable from @prismatic-io/spectral
export * from "./types";
__exportStar(require("./types"), exports);
{
"name": "@prismatic-io/spectral",
"version": "0.1.2",
"version": "0.1.3",
"description": "Utility library for building Prismatic components",

@@ -20,6 +20,7 @@ "keywords": [

"scripts": {
"clean": "rm -rf dist",
"lint": "eslint --quiet --ext .ts,.js src/",
"format": "prettier --loglevel error --write '!./dist/**' '**'",
"check": "prettier --check '!./dist/**' '**'",
"build": "yarn run lint && tsc",
"format": "prettier --loglevel error --write '!./dist/**' '!LICENSE' '**'",
"check": "prettier --check '!./dist/**' '!LICENSE' '**'",
"build": "yarn run lint && yarn run clean && tsc",
"prepack": "yarn run build",

@@ -26,0 +27,0 @@ "test": "echo \"Warning: no test specified\""

@@ -21,3 +21,3 @@ # @prismatic-io/spectral

**Prismatic is a solution for the real world**. It was designed to handle messy, complex integration scenarios and work with existing development and deployment toolchains. It is flexible and extensible, and can be used to build bespoke and vertical-specific integrations between applications of all kinds, SaaS or legacy, with or without a modern API, regardless of protocol or data format.
**Prismatic is a solution for the real world**. It is designed to handle messy, complex integration scenarios and work with existing development and deployment toolchains. It is flexible and extensible, and can be used to build bespoke and vertical-specific integrations between applications of all kinds, SaaS or legacy, with or without a modern API, regardless of protocol or data format.

@@ -24,0 +24,0 @@ For information on the Prismatic platform, check out our [website](https://www.prismatic.io) and [docs](https://www.prismatic.io/docs).

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