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

@streamlayer/feature-gamification

Package Overview
Dependencies
Maintainers
14
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamlayer/feature-gamification - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

28

package.json
{
"name": "@streamlayer/feature-gamification",
"version": "0.13.3",
"version": "0.13.4",
"peerDependencies": {

@@ -8,12 +8,12 @@ "@bufbuild/protobuf": "*",

"nanostores": "*",
"@streamlayer/sdk-web-interfaces": "^0.16.3",
"@streamlayer/sdk-web-interfaces": "^0.16.4",
"@streamlayer/sdk-web-core": "^0.9.0",
"@streamlayer/sdk-web-api": "^0.17.0",
"@streamlayer/sdk-web-types": "^0.1.0",
"@streamlayer/sdk-web-types": "^0.13.1",
"@streamlayer/sdk-web-storage": "^0.1.1",
"@streamlayer/sdk-web-logger": "^0.3.0",
"@streamlayer/sdk-web-notifications": "^0.7.0"
"@streamlayer/sdk-web-notifications": "^0.8.1"
},
"devDependencies": {
"tslib": "^2.6.2"
"tslib": "*"
},

@@ -24,5 +24,17 @@ "type": "module",

"exports": {
".": "./lib/index.js",
"./gamification": "./lib/gamification.js",
"./highlights": "./lib/highlights.js"
".": {
"module": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./gamification": {
"module": "./lib/gamification.js",
"require": "./lib/gamification.js",
"types": "./lib/gamification.d.ts"
},
"./highlights": {
"module": "./lib/highlights.js",
"require": "./lib/highlights.js",
"types": "./lib/highlights.d.ts"
}
},

@@ -29,0 +41,0 @@ "files": [

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