Socket
Socket
Sign inDemoInstall

@resoc/core

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@resoc/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

build/index.d.ts

@@ -1,4 +0,4 @@

export { renderTemplateToHtml, demoParamValues, paramLabel, validateParamValue } from "./template";
export { DefaultManifestName, renderTemplateToHtml, demoParamValues, paramLabel, validateParamValue } from "./template";
export { loadRemoteTemplate } from "./remote";
export type { ImageTemplate, ParamValues, TemplateParam } from "./template";
export { ParamType } from "./template";
import Mustache from 'mustache';
import axios from 'axios';
var DefaultManifestName = 'resoc.manifest.json';
var PartialContent = 'content';

@@ -201,3 +202,3 @@ var PartialStyles = 'styles';

export { ParamType, demoParamValues, loadRemoteTemplate, paramLabel, renderTemplateToHtml, validateParamValue };
export { DefaultManifestName, ParamType, demoParamValues, loadRemoteTemplate, paramLabel, renderTemplateToHtml, validateParamValue };
//# sourceMappingURL=index.es.js.map

@@ -13,2 +13,3 @@ 'use strict';

var DefaultManifestName = 'resoc.manifest.json';
var PartialContent = 'content';

@@ -211,2 +212,3 @@ var PartialStyles = 'styles';

exports.DefaultManifestName = DefaultManifestName;
exports.demoParamValues = demoParamValues;

@@ -213,0 +215,0 @@ exports.loadRemoteTemplate = loadRemoteTemplate;

@@ -0,1 +1,2 @@

export declare const DefaultManifestName = "resoc.manifest.json";
export declare enum ParamType {

@@ -2,0 +3,0 @@ String = "string",

{
"name": "@resoc/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Resoc core utils",

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

@@ -1,4 +0,4 @@

export { renderTemplateToHtml, demoParamValues, paramLabel, validateParamValue } from "./template";
export { DefaultManifestName, renderTemplateToHtml, demoParamValues, paramLabel, validateParamValue } from "./template";
export { loadRemoteTemplate } from "./remote";
export type { ImageTemplate, ParamValues, TemplateParam } from "./template";
export { ParamType } from "./template";
import axios from 'axios';
import Mustache from 'mustache'
export const DefaultManifestName = 'resoc.manifest.json';
const PartialContent = 'content';

@@ -5,0 +7,0 @@ const PartialStyles = 'styles';

Sorry, the diff of this file is not supported yet

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