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

@blocklet/constant

Package Overview
Dependencies
Maintainers
2
Versions
569
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocklet/constant - npm Package Compare versions

Comparing version 1.8.36 to 1.8.37

16

index.js

@@ -75,2 +75,3 @@ const fromEntry = (entries) => (v) => {

const BlockletEvents = Object.freeze({
// status updated
added: 'blocklet.added',

@@ -84,4 +85,2 @@ downloadFailed: 'blocklet.downloadFailed',

downgradeFailed: 'blocklet.downgradedFailed',
updated: 'blocklet.updated',
statusChange: 'blocklet.statusChange',
removed: 'blocklet.removed',

@@ -92,4 +91,11 @@ started: 'blocklet.started',

reloaded: 'blocklet.reloaded', // Deprecated
statusChange: 'blocklet.statusChange',
// state updated
updated: 'blocklet.updated',
domainStatus: 'blocklet.domainStatus',
storeChange: 'blocklet.storeChange',
// purchase
purchaseChange: 'blocklet.purchaseChange',
domainStatus: 'blocklet.domainStatus',
});

@@ -178,5 +184,9 @@

BLOCKLET_META_FILE_ALT: 'blocklet.yaml',
BLOCKLET_PREFERENCE_FILE: 'blocklet.prefs.json',
BLOCKLET_PREFERENCE_PREFIX: 'prefs.',
BLOCKLET_DEFAULT_VERSION: '1.0.0',
BLOCKLET_UPLOADS_DIR: '__uploads',
BLOCKLET_LATEST_SPEC_VERSION: '1.2.7',

@@ -183,0 +193,0 @@ BLOCKLET_LATEST_REQUIREMENT_SERVER: '>=1.7.0',

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.8.36",
"version": "1.8.37",
"description": "Blocklet constants",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "507e974ce88bad1aa002c593130b32982207f803"
"gitHead": "f26f451c6e2b1168b36f78269eafdf3f671236bf"
}
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