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.1.6 to 0.1.7

17

index.d.ts

@@ -16,2 +16,3 @@ /* tslint:disable */

}) => void;
onGenerateFsWrite?: (path: string, content: Buffer) => Promise<void>;
}

@@ -97,15 +98,5 @@ export interface BuildParams {

string,
| { from: string; exclude?: string; preferRequire?: boolean }
| {
from: string;
named: string;
exclude?: string;
preferRequire?: boolean;
}
| {
from: string;
namespace: true;
exclude?: string;
preferRequire?: boolean;
}
| { from: string; exclude?: string }
| { from: string; named: string; exclude?: string }
| { from: string; namespace: true; exclude?: string }
>;

@@ -112,0 +103,0 @@ };

{
"name": "@okamjs/okam",
"version": "0.1.6",
"version": "0.1.7",
"main": "index.js",

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

"optionalDependencies": {
"@okamjs/okam-darwin-arm64": "0.1.6",
"@okamjs/okam-darwin-x64": "0.1.6",
"@okamjs/okam-linux-x64-gnu": "0.1.6"
"@okamjs/okam-darwin-arm64": "0.1.7",
"@okamjs/okam-darwin-x64": "0.1.7",
"@okamjs/okam-linux-x64-gnu": "0.1.7"
}
}
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