@okamjs/okam
Advanced tools
Comparing version 0.0.7-dev.20230817.1 to 0.0.8
@@ -9,7 +9,3 @@ /* tslint:disable */ | ||
entry?: Record<string, string>; | ||
output?: { | ||
path: string; | ||
mode: "bundle" | "minifish" ; esVersion?: string; | ||
meta: boolean; | ||
}; | ||
output?: {path: string; mode: "bundle" | "minifish" ; esVersion?: string, }; | ||
resolve?: { | ||
@@ -20,6 +16,3 @@ alias?: Record<string, string>; | ||
manifest?: boolean; | ||
manifest_config?: { | ||
file_name: string; | ||
base_path: string; | ||
}; | ||
manifest_config?: {file_name: string; base_path: string;}; | ||
mode?: "development" | "production"; | ||
@@ -26,0 +19,0 @@ define?: Record<string, string>; |
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.0.7-dev.20230817.1", | ||
"version": "0.0.8", | ||
"main": "index.js", | ||
@@ -28,2 +28,7 @@ "types": "index.d.ts", | ||
}, | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.0.8", | ||
"@okamjs/okam-darwin-x64": "0.0.8", | ||
"@okamjs/okam-linux-x64-gnu": "0.0.8" | ||
}, | ||
"scripts": { | ||
@@ -35,8 +40,6 @@ "artifacts": "napi artifacts", | ||
"build:debug": "napi build --platform", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"test": "ava", | ||
"universal": "napi universal", | ||
"version": "napi version" | ||
}, | ||
"optionalDependencies": {} | ||
} | ||
} | ||
} |
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
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 2 instances in 1 package
6
322
1
12419
3