Socket
Socket
Sign inDemoInstall

create-factory-loader

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

9

lib/require.js
// Generated by LiveScript 1.5.0
var react, createFactoryObj;
react = require('react');
createFactoryObj = function(obj){
var k, v, own$ = {}.hasOwnProperty;
for (k in obj) if (own$.call(obj, k)) {
v = obj[k];
createFactoryObj = function(it){
var obj, k, v, own$ = {}.hasOwnProperty;
obj = Object.create(it);
for (k in it) if (own$.call(it, k)) {
v = it[k];
if (typeof v === 'function') {

@@ -9,0 +10,0 @@ obj[k] = react.createFactory(v);

{
"name": "create-factory-loader",
"version": "2.0.0",
"version": "2.1.0",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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