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

@operational/frame

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operational/frame - npm Package Compare versions

Comparing version

to
0.3.3

2

lib/utils.js

@@ -1,2 +0,2 @@

export const isCursor = (x) => !!x.index && x instanceof Function;
export const isCursor = (x) => (!!x.index || x.index === 0) && x instanceof Function;
//# sourceMappingURL=utils.js.map
{
"name": "@operational/frame",
"version": "0.3.2",
"version": "0.3.3",
"description": "Contiamo DataFrame.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet