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
0.0.0-alpha.7
to
1.0.0-beta
+23
-4
package.json
{
"name": "react2angularjs",
"version": "0.0.0-alpha.7",
"description": "",
"version": "1.0.0-beta",
"description": "A fully functional way to integrate React components in Angular 1 apps!",
"main": "dist/index.js",

@@ -20,4 +20,23 @@ "scripts": {

},
"author": "",
"license": "ISC"
"author": "Ashvin Suthar <ashvin.suthar777@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ashvin777/react2angularjs.git"
},
"keywords": [
"react2angular",
"react",
"angular",
"react",
"to",
"angualjs",
"ngreact",
"angularreact",
"reactangular"
],
"bugs": {
"url": "https://github.com/ashvin777/react2angularjs/issues"
},
"homepage": "https://github.com/ashvin777/react2angularjs#readme"
}
+7
-3

@@ -21,3 +21,3 @@ # Use React in Angular along with Transclusion/Children

```
<react-input value="$ctrl.value" onChange="$ctrl.onChange">
<react-input defaultValue="'123'" value="$ctrl.value" onChange="$ctrl.onChange">

@@ -33,3 +33,3 @@ ```

angular.module('app', [])
.directive('ReactTooltip', react2angularjs(Tooltip, ['placement', 'overlay]))
.directive('reactTooltip', react2angularjs(Tooltip, ['placement', 'overlay']))

@@ -41,5 +41,9 @@ ```

<react-tooltip placement="'right'" overlay="tooltip message">
<react-tooltip placement="'right'" overlay="'tooltip message'">
<button ng-click="$ctrl.onSignInClicked()">Sign in</button>
</react-tooltip>
```
## Live Demo
[Codesandbox](https://codesandbox.io/s/react-2-angularjs-uttki) - https://codesandbox.io/s/react-2-angularjs-uttki