
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-spatialconnect
Advanced tools
react-native-spatialconnect is Javascript library used to integrate SpatialConnect with your React Native applications.
For iOS, you need to have Carthage and Xcode installed on your system.
From the root directory of your React Native app, you can install by running:
npm install react-native-spatialconnect --save
Note: this may take a few minutes to download and compile all the dependencies.
iOS:
RNSpatialConnect.xcodeproj located in .node_modules/react-native-spatialconnect/ios
to the Libraries folder of your project in Xcode.General settings tab of your app under Linked Frameworks and Libraries, add libRNSpatialConnect.a.Build Settings/Search Paths/Framework search paths add path: $(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS.Build Settings/Build Options/Always Embed Swift Standard Libraries set to Yes.Build Phases click on top left plus (+) button and add New Run Script Phase.
/usr/local/bin/carthage copy-frameworks$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/SpatialConnect.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/ReactiveCocoa.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/wkb_ios.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/JWT.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/libgpkgios.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/MQTTFramework.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/proj4.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/ZipZap.framework$(SRCROOT)/../node_modules/react-native-spatialconnect/ios/Carthage/Build/iOS/CocoaLumberjack.frameworkAndroid:
settings.gradle located in ./android folder.
include ':react-native-spatialconnect'project(':react-native-spatialconnect').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-spatialconnect/android')build.gradle located in ./android/app folder.
compile project(':react-native-spatialconnect')FAQs
React Native library for SpatialConnect
We found that react-native-spatialconnect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.