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

@okamjs/okam

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okamjs/okam - npm Package Compare versions

Comparing version 0.0.7-dev.20230810.1 to 0.0.7-dev.20230817.1

10

index.d.ts

@@ -9,3 +9,7 @@ /* tslint:disable */

entry?: Record<string, string>;
output?: {path: string; mode: "bundle" | "minifish" ; esVersion?: string, };
output?: {
path: string;
mode: "bundle" | "minifish" ; esVersion?: string;
meta: boolean;
};
resolve?: {

@@ -16,2 +20,6 @@ alias?: Record<string, string>;

manifest?: boolean;
manifest_config?: {
file_name: string;
base_path: string;
};
mode?: "development" | "production";

@@ -18,0 +26,0 @@ define?: Record<string, string>;

2

package.json
{
"name": "@okamjs/okam",
"version": "0.0.7-dev.20230810.1",
"version": "0.0.7-dev.20230817.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

Sorry, the diff of this file is not supported yet

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