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

extended-spine

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-spine - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

lib/Controller.js

@@ -76,3 +76,6 @@ // Generated by CoffeeScript 1.6.3

defaultDi = null;
if (args[0] instanceof DI) {
if (args.length === 0) {
scope = defaultScope;
di = defaultDi;
} else if (args[0] instanceof DI) {
di = args[0];

@@ -79,0 +82,0 @@ scope = defaultScope;

2

package.json
{
"name": "extended-spine",
"description": "Some extensions for spine framework",
"version": "1.3.0",
"version": "1.3.1",
"author": {

@@ -6,0 +6,0 @@ "name": "David Kudera",

@@ -177,2 +177,5 @@ [![NPM version](https://badge.fury.io/js/extended-spine.png)](http://badge.fury.io/js/extended-spine)

* 1.3.1
+ Bug in `init` method
* 1.3.0

@@ -179,0 +182,0 @@ + Refactoring

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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