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

data-lackey

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-lackey - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

dist/component.js

@@ -10,5 +10,4 @@ "use strict";

// Creates a component that renders children while loading the given URI
function createLoaderComponent(...dataUris) {
return (0, _HOC.loadData)(...dataUris)(props => props.children);
}

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

/* global Set */
if (!Set.prototype.difference) Set.prototype.difference = function (setB) {

@@ -23,0 +22,0 @@ const difference = new Set(this); // eslint-disable-next-line no-for-of-loops/no-for-of-loops

2

package.json
{
"name": "data-lackey",
"version": "1.2.0",
"version": "1.2.1",
"description": "orchestrate your data loading",

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

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