New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@freestar/freestar-plugin-react-native

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freestar/freestar-plugin-react-native - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

4

FreestarReact.js

@@ -96,3 +96,3 @@ import { requireNativeComponent, ViewPropTypes } from 'react-native';

emitter.addListener(event, (body) => {
callback(event, body.placement, body);
callback(event, body.placement, body.rewardName, body.rewardAmount, body);
});

@@ -102,3 +102,3 @@ });

emitter.addListener(REWARD_CALLBACK_FINISHED, (body) => {
callback(REWARD_CALLBACK_FINISHED, body.placement, body.rewardName, body.rewardAmount)
callback(REWARD_CALLBACK_FINISHED, body.placement, body.rewardName, body.rewardAmount, body)
});

@@ -105,0 +105,0 @@ },

@@ -57,3 +57,3 @@ {

],
"version": "1.2.5",
"version": "1.2.6",
"repository": {

@@ -60,0 +60,0 @@ "type": "git",

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