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

@web3api/core-js

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/core-js - npm Package Compare versions

Comparing version 0.0.1-prealpha.45 to 0.0.1-prealpha.46

2

build/algorithms/filter-results.js

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

var key = _a[_i];
if (res[key]) {
if (res[key] !== undefined) {
if (typeof filter[key] === "boolean") {

@@ -22,0 +22,0 @@ filtered[key] = res[key];

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

}
if (!variables[node.name.value]) {
if (variables[node.name.value] === undefined) {
throw Error("Missing variable: " + node.name.value);

@@ -77,0 +77,0 @@ }

{
"name": "@web3api/core-js",
"description": "Web3API Javascript Core",
"version": "0.0.1-prealpha.45",
"version": "0.0.1-prealpha.46",
"license": "MIT",

@@ -23,4 +23,4 @@ "repository": {

"dependencies": {
"@web3api/manifest-schemas": "0.0.1-prealpha.45",
"@web3api/tracing-js": "0.0.1-prealpha.45",
"@web3api/manifest-schemas": "0.0.1-prealpha.46",
"@web3api/tracing-js": "0.0.1-prealpha.46",
"graphql": "15.5.0",

@@ -35,3 +35,3 @@ "graphql-tag": "2.10.4",

"@types/semver": "7.3.8",
"@web3api/os-js": "0.0.1-prealpha.45",
"@web3api/os-js": "0.0.1-prealpha.46",
"jest": "26.6.3",

@@ -45,3 +45,3 @@ "json-schema-to-typescript": "10.1.3",

},
"gitHead": "b8a2364e9c386cece9b57462bb9ee8cc3b862b74",
"gitHead": "d565bfeda083f10f7a728fd5b8b816321cfd2fc8",
"publishConfig": {

@@ -48,0 +48,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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