Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kasko/fe-manifest-editor

Package Overview
Dependencies
Maintainers
20
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasko/fe-manifest-editor - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

dist/app/app.300738a9.js

40

dist/api/index.js

@@ -41,3 +41,3 @@ (function() {

var net_1 = require("net");
var config_json_1 = __fusereq(7);
var config_json_1 = __fusereq(4);
var get_active_webapp_1 = __fusereq(3);

@@ -240,5 +240,5 @@ function runApiServer() {

exports.__esModule = true;
var get_env_1 = __fusereq(4);
var get_items_1 = __fusereq(5);
var get_versions_1 = __fusereq(6);
var get_env_1 = __fusereq(5);
var get_items_1 = __fusereq(6);
var get_versions_1 = __fusereq(7);
function getActiveWebapp() {

@@ -249,3 +249,3 @@ const context = process.env.WEBAPP_EDITOR_ROOT_DIR;

}
const [name] = context.split('/').slice(-1);
const [name] = context.replace(/\/$/, '').split('/').slice(-1);
const env = get_env_1.getEnv(context);

@@ -272,2 +272,15 @@ const versions = get_versions_1.getVersions(context);

4: function(__fusereq, exports, module){
module.exports = {
"url": {
"api": "http://localhost:5001"
},
"ports": {
"app": 5000,
"api": 5001,
"hmr": 5002
}
}
;
},
5: function(__fusereq, exports, module){
exports.__esModule = true;

@@ -294,3 +307,3 @@ var dotenv_1 = require("dotenv");

},
5: function(__fusereq, exports, module){
6: function(__fusereq, exports, module){
exports.__esModule = true;

@@ -321,3 +334,3 @@ var fs_1 = require("fs");

},
6: function(__fusereq, exports, module){
7: function(__fusereq, exports, module){
exports.__esModule = true;

@@ -339,15 +352,2 @@ var fs_1 = require("fs");

},
7: function(__fusereq, exports, module){
module.exports = {
"url": {
"api": "http://localhost:5001"
},
"ports": {
"app": 5000,
"api": 5001,
"hmr": 5002
}
}
;
},
8: function(__fusereq, exports, module){

@@ -354,0 +354,0 @@ exports.__esModule = true;

[
{
"absPath": "/home/circleci/project/dist/app/app.5651fc0.js",
"browserPath": "/app.5651fc0.js",
"relativePath": "app.5651fc0.js",
"absPath": "/home/circleci/project/dist/app/app.300738a9.js",
"browserPath": "/app.300738a9.js",
"relativePath": "app.300738a9.js",
"type": "js",

@@ -17,5 +17,5 @@ "webIndexed": true

{
"absPath": "/home/circleci/project/dist/app/styles/styles.02accadeb.css",
"browserPath": "/styles/styles.02accadeb.css",
"relativePath": "styles/styles.02accadeb.css",
"absPath": "/home/circleci/project/dist/app/styles/styles.43103500.css",
"browserPath": "/styles/styles.43103500.css",
"relativePath": "styles/styles.43103500.css",
"type": "css",

@@ -25,5 +25,5 @@ "webIndexed": true

{
"absPath": "/home/circleci/project/dist/app/dynamic/dark.theme.7ecd8f5.js",
"browserPath": "/dynamic/dark.theme.7ecd8f5.js",
"relativePath": "dynamic/dark.theme.7ecd8f5.js",
"absPath": "/home/circleci/project/dist/app/dynamic/dark.theme.05bfbbe17.js",
"browserPath": "/dynamic/dark.theme.05bfbbe17.js",
"relativePath": "dynamic/dark.theme.05bfbbe17.js",
"type": "js",

@@ -33,5 +33,5 @@ "webIndexed": false

{
"absPath": "/home/circleci/project/dist/app/dynamic/light.theme.7ecd8f5.js",
"browserPath": "/dynamic/light.theme.7ecd8f5.js",
"relativePath": "dynamic/light.theme.7ecd8f5.js",
"absPath": "/home/circleci/project/dist/app/dynamic/light.theme.05bfbbe17.js",
"browserPath": "/dynamic/light.theme.05bfbbe17.js",
"relativePath": "dynamic/light.theme.05bfbbe17.js",
"type": "js",

@@ -38,0 +38,0 @@ "webIndexed": false

{
"name": "@kasko/fe-manifest-editor",
"version": "0.0.6",
"version": "0.1.0",
"description": "KASKO Frontend webapp manifest editor",

@@ -35,2 +35,3 @@ "main": "dist/api/index.js",

"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.2",
"@types/react-toast-notifications": "^2.4.0",

@@ -46,2 +47,3 @@ "autoprefixer": "^9.8.0",

"react-split-pane": "^2.0.3",
"react-test-renderer": "^16.13.1",
"react-toast-notifications": "^2.4.0",

@@ -48,0 +50,0 @@ "stylelint": "^13.6.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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