Socket
Socket
Sign inDemoInstall

littlefork-core

Package Overview
Dependencies
22
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.7 to 1.0.0-rc.1

8

_dist/data/data.js

@@ -156,3 +156,3 @@ 'use strict';

*/
var equals = _list2.default.equals;
var equals = (0, _utils.equalsManyWith)(equalsOne);
/**

@@ -168,3 +168,3 @@ * Test two lists of units for value equality. They are equal if each unit is

*/
var identical = _list2.default.equals;
var identical = (0, _utils.equalsManyWith)(identicalOne);

@@ -178,3 +178,3 @@ /**

*/
var empty = _list2.default.empty;
var empty = (0, _fp.constant)([]);

@@ -191,3 +191,3 @@ /**

*/
var concat = (0, _utils.concatManyWith)(dataId, _fp.isEqual, concatOne);
var concat = (0, _utils.concatManyWith)(dataId, equalsOne, concatOne);

@@ -194,0 +194,0 @@ /**

@@ -6,3 +6,3 @@ 'use strict';

});
exports.plugins = exports.test = exports.utils = exports.plugin = exports.envelope = exports.data = exports.queries = exports.runner = undefined;
exports.test = exports.utils = exports.plugin = exports.envelope = exports.data = exports.queries = exports.runner = undefined;

@@ -73,3 +73,2 @@ var _fp = require('lodash/fp');

exports.test = test;
exports.plugins = _plugins2.default;
exports.default = {

@@ -82,5 +81,3 @@ runner: _runner2.default,

utils: utils,
test: test,
// TODO: Deprecated
plugins: _plugins2.default
test: test
};
{
"name": "littlefork-core",
"version": "0.9.7",
"version": "1.0.0-rc.1",
"description": "A sequential data processing pipeline.",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc