New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

okam-core

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

okam-core - npm Package Compare versions

Comparing version 0.1.0-alpha.4 to 0.1.0-alpha.5

2

package.json
{
"name": "okam-core",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "The extension for small program framework",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -155,3 +155,3 @@ /**

if (eventType && realHandler) {
let args = data[`${eventType}ArgumentsProxy`];
let args = data[`${eventType}ArgumentsProxy`] || [event];

@@ -158,0 +158,0 @@ // passing on the event object when there is '$event' identifier

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