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

reshow-runtime

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-runtime - npm Package Compare versions

Comparing version 0.17.9 to 0.17.10

4

helpers/extends.js

@@ -6,2 +6,4 @@ "use strict";

var _reshowConstant = require("reshow-constant");
var _extends = Object.assign || function (target) {

@@ -12,3 +14,3 @@ for (var i = 1, j = arguments.length; i < j; i++) {

for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
if ((0, _reshowConstant.HAS)(source, key)) {
target[key] = source[key];

@@ -15,0 +17,0 @@ }

{
"name": "reshow-runtime",
"version": "0.17.9",
"version": "0.17.10",
"description": "Babel runtime alternative",

@@ -5,0 +5,0 @@ "repository": "react-atomic/reshow",

Sorry, the diff of this file is not supported yet

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