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

@behance/helicropter

Package Overview
Dependencies
Maintainers
14
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@behance/helicropter - npm Package Compare versions

Comparing version 12.1.1 to 12.1.2

6

package.json
{
"name": "@behance/helicropter",
"version": "12.1.1",
"version": "12.1.2",
"description": "My helicropter goes \"whosh whosh whosh\"",

@@ -23,6 +23,6 @@ "main": "src/js/index.js",

"dependencies": {
"@behance/beff": "^8.0.4",
"@behance/beff": "^8.0.5",
"@behance/fabric": "1.6.1-nodeless",
"@behance/nbd": "^1.1.8",
"jquery": "^2.1.4",
"nbd": "^1.1.2",
"spin.js": "^2.3.1"

@@ -29,0 +29,0 @@ },

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

import Promise from 'nbd/Promise';
import extend from 'nbd/util/extend';
import View from '@behance/beff/View';

@@ -254,3 +252,3 @@ import { fabric } from '@behance/fabric';

this.trigger('image-loaded', extend(this._getImageInfo(), {
this.trigger('image-loaded', Object.assign(this._getImageInfo(), {
width: this._image.get('width'),

@@ -278,3 +276,3 @@ height: this._image.get('height'),

coordinates = extend({
coordinates = Object.assign({
x: null,

@@ -561,3 +559,3 @@ y: null,

].map((box) => {
const data = extend(box, {
const data = Object.assign(box, {
fill: 'rgba(37, 38, 42, 0.6)',

@@ -564,0 +562,0 @@ selectable: false,

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

import extend from 'nbd/util/extend';
import extend from '@behance/nbd/util/extend';
import Controller from '@behance/beff/Controller';

@@ -3,0 +3,0 @@ import View from '@behance/beff/View';

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

import extend from 'nbd/util/extend';
import extend from '@behance/nbd/util/extend';
import View from '@behance/beff/View';

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

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