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

structure-js

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

structure-js - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

2

bower.json
{
"name": "structurejs",
"version": "0.13.0",
"version": "0.13.1",
"dependencies": {

@@ -5,0 +5,0 @@ "jquery": "*",

@@ -11,5 +11,6 @@ 'use strict';

// Controllers
LocalStorageController: require('./js/controller/LocalStorageController').default,
Router: require('./js/controller/Router').default,
// Services
ApplicationCacheService: require('./js/service/ApplicationCacheService').default,
LocalStorageService: require('./js/service/LocalStorageService').default,
Router: require('./js/service/Router').default,

@@ -16,0 +17,0 @@ // Display

{
"name": "structure-js",
"version": "0.13.0",
"version": "0.13.1",
"description": "A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.",

@@ -5,0 +5,0 @@ "url": "https://github.com/codeBelt/StructureJS",

@@ -255,2 +255,4 @@ # `StructureJS`

* 2016-08-26 v0.13.1 Fix npm index class path issues.
* 2016-08-26 v0.13.0 Rename ApplicationCacheController to ApplicationCacheService and move to service directory. Rename LocalStorageController to LocalStorageService and move to service directory. Move Router to service directory.

@@ -257,0 +259,0 @@

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