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.0 to 0.14.1

2

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

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

@@ -171,2 +171,6 @@ var _ = require("lodash");

var ctx_orig = mkCTX({
emit: function(type, val, message){//for stdlib
//TODO think this through more
emitter.emit(type, debug_info, val, message);
},
pico: pico,

@@ -173,0 +177,0 @@ db: db,

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