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

openframe-tangram

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openframe-tangram - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

11

extension.js

@@ -32,8 +32,6 @@ var pjson = require('./package.json'),

if (scene.cameras) {
console.log(scene.cameras);
for (var i in scene.cameras) {
var cam = scene.cameras[i];
if (cam.tilt) {
if (cam.tilt && typeof cam.tilt === 'number') {
console.log('TILT: ', cam.tilt);

@@ -43,3 +41,3 @@ command += ' -t ' + cam.tilt;

if (cam.rotation) {
if (cam.rotation && typeof cam.rotation === 'number') {
console.log('ROTATION: ', cam.rotation);

@@ -49,3 +47,3 @@ command += ' -r ' + cam.rotation;

if (cam.zoom) {
if (cam.zoom && typeof cam.zoom === 'number') {
console.log('ZOOM: ', cam.zoom);

@@ -63,3 +61,4 @@ command += ' -z ' + cam.zoom;

}
command += ' -s $filepath';
command += ' -s $url';
return command;

@@ -66,0 +65,0 @@ },

{
"name": "openframe-tangram",
"version": "0.2.15",
"version": "0.2.16",
"description": "Openframe extension which adds support for maps via tangram-es",

@@ -5,0 +5,0 @@ "main": "extension.js",

Sorry, the diff of this file is not supported yet

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