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.14.6 to 0.14.7

2

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

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

@@ -362,5 +362,7 @@ var _ = require("lodash");

[signal("events", "store_sent_name", {name: "Bob"}), []],
[query("getSentAttrs"), {name: "Bob"}],
[query("getSentName"), "Bob"],
[signal("events", "action_send", {name: "Jim"}), []],
//this should in turn call store_sent_name and change it
[query("getSentAttrs"), {name: "Jim"}],
[query("getSentName"), "Jim"]

@@ -367,0 +369,0 @@ ], t.end);

var getArg = require("../getArg");
var fns = {
attrs: function(ctx, args){
return ctx.event.attrs;
},
attr: function(ctx, args){

@@ -5,0 +8,0 @@ var name = getArg(args, "name", 0);

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