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

pico-engine-core

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pico-engine-core - npm Package Compare versions

Comparing version 0.15.4 to 0.15.5

2

package.json
{
"name": "pico-engine-core",
"version": "0.15.4",
"version": "0.15.5",
"description": "The core javascript api for the pico-engine. (no http, logging, process management etc...)",

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

@@ -147,6 +147,3 @@ var _ = require("lodash");

_.each(data["event:send"], function(o){
picoQ.enqueue(pico_id, {
type: "event",
event: o.event
}, _.noop);
signalEvent(o.event,callback);
});

@@ -153,0 +150,0 @@ data = _.omit(data, "event:send");

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