Socket
Socket
Sign inDemoInstall

blockstack-collection-schemas

Package Overview
Dependencies
170
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "blockstack-collection-schemas",
"version": "0.1.3",
"version": "0.1.4",
"description": "Collection data types for use with Blockstack",

@@ -5,0 +5,0 @@ "main": "lib/index",

@@ -60,7 +60,5 @@ import { Collection, Attrs, Serializable } from './collection'

if (this.identifierChanged) {
return Contact.delete(this.previousIdentifier, userSession)
.then(() => result)
} else {
return result
Contact.delete(this.previousIdentifier, userSession)
}
return result
})

@@ -67,0 +65,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