Socket
Socket
Sign inDemoInstall

ampersand-app

Package Overview
Dependencies
37
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

ampersand-app.js
/*$AMPERSAND_VERSION*/
var Events = require('ampersand-events');
var toArray = require('amp-to-array');
var extend = require('amp-extend');
var toArray = require('lodash.toarray');
var extend = require('lodash.assign');

@@ -6,0 +6,0 @@

{
"name": "ampersand-app",
"description": "Simple instance store for managing instances without circular dependency issues in ampersand apps.",
"version": "1.0.3",
"version": "1.0.4",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -26,6 +26,6 @@ "bugs": {

"dependencies": {
"amp-extend": "^1.0.1",
"amp-to-array": "^1.0.1",
"ampersand-events": "^1.0.1",
"ampersand-version": "^1.0.2"
"ampersand-version": "^1.0.2",
"lodash.assign": "^3.1.0",
"lodash.toarray": "^3.0.1"
},

@@ -32,0 +32,0 @@ "browserify": {

@@ -163,3 +163,3 @@ # ampersand-app

This allows people who don't use this particular applicaition pattern to still use your npm module and leaves the event names, and application architecture up to the person building the app.
This allows people who don't use this particular application pattern to still use your npm module and leaves the event names, and application architecture up to the person building the app.

@@ -166,0 +166,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc