New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-social-share

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-social-share - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "nativescript-social-share",
"version": "0.1.0",
"version": "0.1.1",
"description": "A NativeScript module to use the native social sharing widget",

@@ -5,0 +5,0 @@ "main": "social-share.js",

@@ -11,15 +11,16 @@ # NativeScript Social Share

.
├── app
│   ├── app <------------- run npm install from here
│   │   ├── app.css
│   │   ├── app.js
│   │   ├── bootstrap.js
│   │   ├── main-page.js
│   │   ├── main-page.xml
│   │   ├── node_modules
│   │   │   └── nativescript-social-share <-- The install will place the module's code here
│   │   │   └── ...
│   │   └── package.json <-- The install will register “nativescript-social-share” as a dependency here
│   └── tns_modules
│   └── ...
├── app <----------------run npm install from here
│ ├── App_Resources
│ │ ├── android
│ │ └── ios
│ ├── app.css
│ ├── app.js
│ ├── main-page.js
│ ├── main-page.xml
│ ├── node_modules
│ │ └── nativescript-social-share <-- The install will place the module's code here
│ │ └── ...
│ ├── package.json <-- The install will register “nativescript-social-share as a dependency here
│ └── tns_modules
│ └── ...
└── platforms

@@ -26,0 +27,0 @@ ├── android

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