🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nweb/core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nweb/core - npm Package Compare versions

Comparing version
1.1.11
to
1.1.12
+1
-1
lib/index.js

@@ -109,3 +109,3 @@ "use strict";

\\_/ \\_/\\_/ \\___| |_.__/
${process.env.version}
${process.env.npm_package_version}
`;

@@ -112,0 +112,0 @@ console.log(logo);

@@ -70,11 +70,2 @@ "use strict";

};
const vwebModules = {};
let packageJson = (() => {
let json = path.resolve('.') + '/package.json';
if (fs_1.default.existsSync(json))
return require(json);
return {};
})();
let { version = '1.0.0' } = packageJson;
process.env.version = version;
const parsePattern = (pattern) => {

@@ -81,0 +72,0 @@ return (Array.isArray(pattern) ? pattern : [pattern]).map((item) => {

{
"name": "@nweb/core",
"version": "1.1.11",
"version": "1.1.12",
"description": "web核心组件",

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

Sorry, the diff of this file is not supported yet