Socket
Socket
Sign inDemoInstall

@resoc/core

Package Overview
Dependencies
2
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.7

2

build/index.es.js

@@ -7,3 +7,3 @@ import Mustache from 'mustache';

var PartialStyles = 'styles';
var HtmlTemplate = "\n<html>\n <head>\n <meta name=\"viewport\" content=\"width={{ resoc_imageWidth }}, initial-scale=1\">\n </head>\n <body>\n <style>\n html {\n width: {{ resoc_imageWidth }}px;\n height: {{ resoc_imageHeight }}px;\n font-size: 3vw;\n display: flex;\n align-items: stretch;\n }\n\n body {\n flex: 1 1 0;\n min-width: 0;\n margin: 0;\n display: flex;\n align-items: stretch;\n }\n\n body > div {\n flex: 1 1 0;\n min-width: 0;\n }\n </style>\n <style>\n {{> " + PartialStyles + "}}\n </style>\n {{> " + PartialContent + "}}\n </body>\n</html>";
var HtmlTemplate = "\n<html>\n <head>\n <meta name=\"viewport\" content=\"width={{ resoc_imageWidth }}, initial-scale=1\">\n </head>\n <body>\n <style>\n html {\n width: {{ resoc_imageWidth }}px;\n height: {{ resoc_imageHeight }}px;\n font-size: 3vw;\n display: flex;\n align-items: stretch;\n background-color: white;\n }\n\n body {\n flex: 1 1 0;\n min-width: 0;\n margin: 0;\n display: flex;\n align-items: stretch;\n }\n\n body > div {\n flex: 1 1 0;\n min-width: 0;\n }\n </style>\n <style>\n {{> " + PartialStyles + "}}\n </style>\n {{> " + PartialContent + "}}\n </body>\n</html>";
var ParamType;

@@ -10,0 +10,0 @@ (function (ParamType) {

@@ -16,3 +16,3 @@ 'use strict';

var PartialStyles = 'styles';
var HtmlTemplate = "\n<html>\n <head>\n <meta name=\"viewport\" content=\"width={{ resoc_imageWidth }}, initial-scale=1\">\n </head>\n <body>\n <style>\n html {\n width: {{ resoc_imageWidth }}px;\n height: {{ resoc_imageHeight }}px;\n font-size: 3vw;\n display: flex;\n align-items: stretch;\n }\n\n body {\n flex: 1 1 0;\n min-width: 0;\n margin: 0;\n display: flex;\n align-items: stretch;\n }\n\n body > div {\n flex: 1 1 0;\n min-width: 0;\n }\n </style>\n <style>\n {{> " + PartialStyles + "}}\n </style>\n {{> " + PartialContent + "}}\n </body>\n</html>";
var HtmlTemplate = "\n<html>\n <head>\n <meta name=\"viewport\" content=\"width={{ resoc_imageWidth }}, initial-scale=1\">\n </head>\n <body>\n <style>\n html {\n width: {{ resoc_imageWidth }}px;\n height: {{ resoc_imageHeight }}px;\n font-size: 3vw;\n display: flex;\n align-items: stretch;\n background-color: white;\n }\n\n body {\n flex: 1 1 0;\n min-width: 0;\n margin: 0;\n display: flex;\n align-items: stretch;\n }\n\n body > div {\n flex: 1 1 0;\n min-width: 0;\n }\n </style>\n <style>\n {{> " + PartialStyles + "}}\n </style>\n {{> " + PartialContent + "}}\n </body>\n</html>";
exports.ParamType = void 0;

@@ -19,0 +19,0 @@ (function (ParamType) {

{
"name": "@resoc/core",
"version": "0.6.1",
"version": "0.6.7",
"description": "Resoc core utils",

@@ -57,3 +57,3 @@ "main": "build/index.js",

},
"gitHead": "d57031e53320e3f1a3fcdc919c6c669ee55d328e"
"gitHead": "edc744d14bf164127737ecb6b139086e491a2738"
}

@@ -22,2 +22,3 @@ import axios from 'axios';

align-items: stretch;
background-color: white;
}

@@ -24,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc