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

@graffy/fill

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/fill - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1-alpha.1

7

cjs/index.js

@@ -12,2 +12,3 @@ "use strict";

// import { format } from '@graffy/testing';
const MAX_RECURSIONS = 10;

@@ -29,6 +30,8 @@

value = known;
if (!unknown) break;
if (!unknown) break; // console.log(unknown[0]);
const res = await store.call('read', unknown, {
skipFill: true
});
}); // console.log('this', value, res);
(0, _common.merge)(value, res);

@@ -35,0 +38,0 @@ }

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

} = await upstream.next();
log('First payload', typeof value);
log('First payload', typeof value, (0, _testing.format)(value));

@@ -56,0 +56,0 @@ if (typeof value === 'undefined') {

import { merge, slice } from '@graffy/common';
import subscribe from './subscribe';
import subscribe from './subscribe'; // import { format } from '@graffy/testing';
const MAX_RECURSIONS = 10;

@@ -18,6 +19,8 @@ export default function fill(_) {

value = known;
if (!unknown) break;
if (!unknown) break; // console.log(unknown[0]);
const res = await store.call('read', unknown, {
skipFill: true
});
}); // console.log('this', value, res);
merge(value, res);

@@ -24,0 +27,0 @@ }

@@ -41,3 +41,3 @@ import { merge, slice, sieve, add, finalize } from '@graffy/common';

} = await upstream.next();
log('First payload', typeof value);
log('First payload', typeof value, format(value));

@@ -44,0 +44,0 @@ if (typeof value === 'undefined') {

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.15.0",
"version": "0.15.1-alpha.1",
"main": "./cjs/index.js",

@@ -20,7 +20,7 @@ "exports": {

"@babel/runtime": "^7.10.4",
"@graffy/common": "0.15.0",
"@graffy/stream": "0.15.0",
"@graffy/common": "0.15.1-alpha.1",
"@graffy/stream": "0.15.1-alpha.1",
"debug": "^4.1.1",
"@graffy/testing": "0.15.0"
"@graffy/testing": "0.15.1-alpha.1"
}
}
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