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

refect

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refect - npm Package Compare versions

Comparing version 0.1.0-alpha.4 to 0.1.0-alpha.5

2

lib/utils.js

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

if (hasOwnProperty.call(source, key)) {
target[key] = source;
target[key] = source[key];
}

@@ -255,0 +255,0 @@ });

{
"name": "refect",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "",

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

@@ -224,3 +224,3 @@ import { curry, placeholder } from './curry';

if (hasOwnProperty.call(source, key)) {
target[key] = source;
target[key] = source[key];
}

@@ -227,0 +227,0 @@ });

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