Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-interactable

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-interactable - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0

scripts/ci.android.sh

25

package.json
{
"name": "react-native-interactable",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"description": "High performance interactable views in React Native",

@@ -28,2 +28,3 @@ "license": "MIT",

"e2e:android": "npm run build:android && detox test --configuration android.emu.release --loglevel verbose",
"e2e:android:ci": "npm run build:android && detox test --configuration android.emu.release --loglevel verbose --headless",
"build:ios": "detox build --configuration ios.sim.release",

@@ -42,10 +43,14 @@ "build:android": "detox build --configuration android.emu.release"

"@types/react-native": ">= 0.52.2",
"babel-jest": "23.6.0",
"detox": "^9.0.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.47.1",
"detox": "^12.0.0",
"mocha": "^5.0.5",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-test-renderer": "16.5.0"
"react": "16.8.3",
"react-native": "0.59.3",
"@babel/core": "^7.4.0",
"@babel/runtime": "^7.4.2",
"@react-native-community/eslint-config": "^0.0.3",
"babel-jest": "^24.5.0",
"eslint": "^5.16.0",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},

@@ -67,3 +72,3 @@ "typings": "typings/react-native-interactable.d.ts",

"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
"type": "ios.simulator",

@@ -74,3 +79,3 @@ "name": "iPhone X"

"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet",
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
"type": "ios.simulator",

@@ -77,0 +82,0 @@ "name": "iPhone X"

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