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

@ngx-rocket/scripts

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-rocket/scripts - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

CHANGELOG.md

@@ -1,2 +0,2 @@

# 1.0.4
# 1.0.5
- Fixed extra resources copy on OS X/Linux (https://github.com/ngx-rocket/generator-ngx-rocket/issues/137)

@@ -3,0 +3,0 @@

@@ -19,3 +19,3 @@ #!/usr/bin/env node

function copyAndroidResources() {
const command = `${isWin ? 'xcopy /S /Y /I' : 'cp -Rfv'} "${path.join(inputPath, '.')}" "${androidResourcesPath}"`;
const command = `${isWin ? 'xcopy /S /Y /I' : 'cp -Rfv'} "${inputPath + path.sep}." "${androidResourcesPath}"`;
process.stdout.write(`Copying Android native resources with command: ${command}\n`);

@@ -22,0 +22,0 @@ execSync(command, {stdio: 'inherit'});

{
"name": "@ngx-rocket/scripts",
"version": "1.0.4",
"version": "1.0.5",
"description": "Support scripts for ngX-Rocket projects",

@@ -5,0 +5,0 @@ "repository": "ngx-rocket/scripts",

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