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

@comunica/core

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/core - npm Package Compare versions

Comparing version 1.18.0 to 1.18.1

2

index.js

@@ -14,3 +14,3 @@ "use strict";

// eslint-disable-next-line no-process-env
if (!process || (process.env.NODE_ENV === 'production' && !process.env.COMUNICA_DEBUG)) {
if (typeof process === 'undefined' || (process.env.NODE_ENV === 'production' && !process.env.COMUNICA_DEBUG)) {
Error.stackTraceLimit = false;

@@ -17,0 +17,0 @@ }

{
"name": "@comunica/core",
"version": "1.18.0",
"version": "1.18.1",
"description": "Lightweight, semantic and modular actor framework",

@@ -70,3 +70,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core",

},
"gitHead": "2d0f0e79aaaf063b8d15a44311334970287daaf2"
"gitHead": "b092f38cc4d90bbfa360c99f779dbedbd51dcadf"
}
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