Socket
Socket
Sign inDemoInstall

ampersand-state

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-state - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

ampersand-state.js

@@ -57,7 +57,7 @@ /* jshint expr: true, eqnull: true */

getId: function () {
return this.get(this.idAttribute);
return this[this.idAttribute];
},
getNamespace: function () {
return this.get(this.namespaceAttribute);
return this[this.namespaceAttribute];
},

@@ -64,0 +64,0 @@

{
"name": "ampersand-state",
"description": "An observable, extensible state object with derived watchable properties.",
"version": "0.3.1",
"version": "0.3.2",
"author": "Henrik Joreteg <henrik@andyet.net>",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc