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

@okamjs/okam

Package Overview
Dependencies
Maintainers
4
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.4.11 to 0.4.12

4

binding.d.ts

@@ -6,6 +6,2 @@ /* tslint:disable */

export interface TransformOutput {
code: string;
map?: string;
}
export interface JsHooks {

@@ -12,0 +8,0 @@ load?: (filePath: string) => Promise<{ content: string; type: 'css' | 'js' }>;

11

package.json
{
"name": "@okamjs/okam",
"version": "0.4.11",
"version": "0.4.12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"mako": "./bin/mako.js"
},
"napi": {

@@ -63,7 +66,7 @@ "name": "okam",

"optionalDependencies": {
"@okamjs/okam-darwin-arm64": "0.4.11",
"@okamjs/okam-darwin-x64": "0.4.11",
"@okamjs/okam-linux-x64-gnu": "0.4.11"
"@okamjs/okam-darwin-arm64": "0.4.12",
"@okamjs/okam-darwin-x64": "0.4.12",
"@okamjs/okam-linux-x64-gnu": "0.4.12"
},
"repository": "git@github.com:umijs/mako.git"
}
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