Socket
Socket
Sign inDemoInstall

react-native-web-linear-gradient

Package Overview
Dependencies
32
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

dist/index.js

18

package.json
{
"name": "react-native-web-linear-gradient",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Native for Web implementation of react-native-linear-gradient",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git@github.com:react-native-web-community/react-native-web-linear-gradient.git"
},
"main": "dist/index.js",
"main-es": "src/index.js",
"repository": "https://github.com/react-native-web-community/react-native-web-linear-gradient",
"author": {

@@ -23,2 +21,4 @@ "name": "Louis Lagrange",

"scripts": {
"prepublish": "yarn build",
"build": "mkdir -p dist && babel src/index.js --out-file dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -31,3 +31,9 @@ },

},
"files": [
"src",
"dist",
"yarn.lock"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",

@@ -34,0 +40,0 @@ "babel-loader": "^7.1.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc