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

appscene

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appscene - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

lib/entities/build.js

@@ -33,5 +33,7 @@ var bluebird = require('bluebird'),

return new bluebird.Promise(function(resolve, reject) {
buildId = util.id(buildId);
if(!buildId) {
return reject(util.error('INVALID_DATA', 'Invalid build id.'));
if(buildId !== 'latest') {
buildId = util.id(buildId);
if(!buildId) {
return reject(util.error('INVALID_DATA', 'Invalid build id.'));
}
}

@@ -38,0 +40,0 @@ api.get('/builds/' + buildId, resolve, reject);

{
"name": "appscene",
"author": "UNLOQIO",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {

@@ -6,0 +6,0 @@ "async": "1.4.x",

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