customerio-expo-plugin
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"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": { |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
123829
112
1484
9
3