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.4
to
1.0.1
+1
-1
dist/react-directive.js

@@ -70,3 +70,3 @@ (function (global, factory) {

this.elementScope.$watch(this.render.bind(this));
this.elementScope.$watchGroup(Object.keys(this.elementScope.$$isolateBindings), this.render.bind(this));
}

@@ -73,0 +73,0 @@ }, {

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

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

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

//re render on scope changes
this.elementScope.$watch(this.render.bind(this));
this.elementScope.$watchGroup(Object.keys(this.elementScope.$$isolateBindings), this.render.bind(this));
}

@@ -43,0 +43,0 @@