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

ampersand-events

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-events - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

ampersand-events.js

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

/*$AMPERSAND_VERSION*/
var runOnce = require('amp-once');

@@ -2,0 +3,0 @@ var uniqueId = require('amp-unique-id');

10

package.json
{
"name": "ampersand-events",
"description": "Module that can be mixed into any object to provide eventing. Heavily based on Backbone Events.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Henrik Joreteg <henrik@andyet.net>",
"browserify": {
"transform": [
"ampersand-version"
]
},
"bugs": {

@@ -16,3 +21,4 @@ "url": "https://github.com/ampersandjs/ampersand-events/issues"

"amp-once": "^1.0.1",
"amp-unique-id": "^1.0.2"
"amp-unique-id": "^1.0.2",
"ampersand-version": "^1.0.2"
},

@@ -19,0 +25,0 @@ "devDependencies": {

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