dconvert-array
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { defineConfig } from 'dumi'; | ||
export default defineConfig({ | ||
title: 'dconvert-array', | ||
favicon: 'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png', | ||
logo: 'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png', | ||
title: 'DconvertArray', | ||
base: '/dconvert-array/', | ||
publicPath: '/dconvert-array/', | ||
favicon: '/dconvert-array/favicon.ico', | ||
logo: '/dconvert-array/logo.png', | ||
outputPath: 'docs-dist', | ||
// more config: https://d.umijs.org/config | ||
}); |
{ | ||
"name": "dconvert-array", | ||
"description": "Convert 1d array to 2d array", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
@@ -17,2 +17,17 @@ "start": "dumi dev", | ||
}, | ||
"homepage": "https://sengmitnick.github.io/dconvert-array/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sengmitnick/dconvert-array.git" | ||
}, | ||
"keywords": [ | ||
"dconvert", | ||
"convert", | ||
"array" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
@@ -19,0 +34,0 @@ "module": "dist/index.esm.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
43607
18
0
343
0
0
1