New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react2angularjs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react2angularjs - npm Package Compare versions

Comparing version
1.0.0-beta.2
to
1.0.0-beta.3
+4
-0
dist/create-react-elements.js

@@ -31,2 +31,6 @@ (function (global, factory) {

if (reactElements.length === 0) {
return null;
}
return reactElements;

@@ -33,0 +37,0 @@ }

+1
-1
{
"name": "react2angularjs",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A fully functional way to integrate React components in Angular 1 apps!",

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

@@ -11,2 +11,6 @@ import React from 'react';

if (reactElements.length === 0) {
return null;
}
return reactElements;

@@ -13,0 +17,0 @@ }

@@ -46,3 +46,3 @@ import React from 'react';

let children = createReactElements(this.$children);
render(

@@ -49,0 +49,0 @@ <this.ReactComponent {...props}>