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

ipwa

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipwa - npm Package Compare versions

Comparing version 2.38.0 to 2.39.0

13

package.json
{
"name": "ipwa",
"version": "2.38.0",
"version": "2.39.0",
"author": "Sreeram Padmanabhan",

@@ -42,7 +42,8 @@ "license": "ISC",

"firebase:deploy": "firebase deploy --token $FIREBASE_TOKEN",
"expo:start": "expo start",
"expo:android": "expo start --android",
"expo:ios": "expo start --ios",
"expo:web": "EXPO=true expo start --web",
"expo:eject": "expo eject",
"expo:start": "expo start --config expo.json",
"expo:android": "npm run expo:start -- --android",
"expo:ios": "npm run expo:start -- --ios",
"expo:web": "EXPO=true npm run expo:start -- --web",
"expo:eject": "expo eject --config expo.json",
"expo:build:android": "expo build:android --config expo.json -t abb",
"clean": "rimraf ./*.log _dist coverage .firebase .expo web-build",

@@ -49,0 +50,0 @@ "dev": "concurrently --kill-others \"npm run build:client:dev:watch\" \"npm run build:server:dev:watch\" -n client,server -c blue,yellow",

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