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

nativescript-dev-android-snapshot

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-dev-android-snapshot - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

hooks/after-prepare-hook.js

@@ -77,3 +77,4 @@ var path = require("path");

if (!common.isSnapshotEnabled(projectData, hookArgs)) {
if (platformName === "android") {
var bundle = projectData.$options.bundle;
if (platformName === "android" && !bundle) {
// TODO: Fix this in the CLI if possible

@@ -80,0 +81,0 @@ if (shelljs.test("-e", path.join(projectData.projectDir, "node_modules", "@angular/core")) &&

{
"name": "nativescript-dev-android-snapshot",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "dependencies": {

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