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

customerio-expo-plugin

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customerio-expo-plugin - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

lib/cjs/package.json

35

package.json
{
"name": "customerio-expo-plugin",
"version": "0.0.5",
"version": "0.0.6",
"description": "Expo config plugin for the Customer IO React Native SDK",
"main": "build/src/index.js",
"types": "build/index.d.ts",
"types": "./lib/cjs/types/index.d.ts",
"main": "./lib/cjs/index.js",
"license": "MIT",
"files": [
"build/**/*"
"lib/**/*"
],
"exports": {
".": {
"import": {
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/index.mjs"
},
"require": {
"types": "./lib/cjs/types/index.d.ts",
"default": "./lib/cjs/index.js"
}
}
},
"scripts": {
"copy-native-files": "cp -r src/helpers/native-files build/helpers/",
"build": "rm -rf build && tsc && npm run copy-native-files",
"build:watch": "npm run build && tsc --watch",
"clean": "rm -rf build",
"expo-module": "expo-module",
"lint": "eslint .",
"tc": "tsc --noEmit",
"prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run tc && npm run lint"
"copy-native-files": "cp -r src/helpers/native-files lib/helpers/",
"clean": "rm -rf ./lib",
"build": "npm run clean && npm run build:esm && npm run build:cjs && npm run copy-native-files",
"build:esm": "tsc -p ./configs/tsconfig.esm.json && mv lib/esm/src/index.js lib/esm/src/index.mjs",
"build:cjs": "tsc -p ./configs/tsconfig.cjs.json",
"prepack": "npm run build"
},

@@ -22,0 +31,0 @@ "devDependencies": {

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