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

@okamjs/okam

Package Overview
Dependencies
Maintainers
3
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.33-canary.20231107.1 to 0.0.33-canary.20231107.2

7

index.d.ts

@@ -11,3 +11,3 @@ /* tslint:disable */

path: string;
mode: "bundle" | "minifish" ;
mode: "bundle" | "bundless" ;
esVersion?: string;

@@ -72,2 +72,7 @@ meta?: boolean;

ignores?: string[];
_minifish?: {
mapping: Record<string, string>;
metaPath?: string;
mockMY: boolean;
};
}, watch: boolean): Promise<void>

8

package.json
{
"name": "@okamjs/okam",
"version": "0.0.33-canary.20231107.1",
"version": "0.0.33-canary.20231107.2",
"main": "index.js",

@@ -39,6 +39,6 @@ "types": "index.d.ts",

"optionalDependencies": {
"@okamjs/okam-darwin-arm64": "0.0.33-canary.20231107.1",
"@okamjs/okam-darwin-x64": "0.0.33-canary.20231107.1",
"@okamjs/okam-linux-x64-gnu": "0.0.33-canary.20231107.1"
"@okamjs/okam-darwin-arm64": "0.0.33-canary.20231107.2",
"@okamjs/okam-darwin-x64": "0.0.33-canary.20231107.2",
"@okamjs/okam-linux-x64-gnu": "0.0.33-canary.20231107.2"
}
}
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