Socket
Socket
Sign inDemoInstall

@lcap/asl

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/asl - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

out/service/webFile/index.js

@@ -9,4 +9,4 @@ "use strict";

if (typeof window === 'undefined') {
Object.values(api_1.default).forEach((url) => {
url.path = url.path.replace(/^\/api\//, '/internal/');
Object.values(api_1.default).forEach((item) => {
item.url.path = item.url.path.replace(/^\/api\//, '/internal/');
});

@@ -13,0 +13,0 @@ }

{
"name": "@lcap/asl",
"description": "Lowcode Application Specific Language",
"version": "0.1.8",
"version": "0.1.9",
"author": "Forrest <rainforest92@126.com>",

@@ -6,0 +6,0 @@ "scripts": {

@@ -5,4 +5,4 @@ import { createService } from '../create';

if (typeof window === 'undefined') {
Object.values(api).forEach((url) => {
url.path = url.path.replace(/^\/api\//, '/internal/');
Object.values(api).forEach((item) => {
item.url.path = item.url.path.replace(/^\/api\//, '/internal/');
});

@@ -9,0 +9,0 @@ }

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