Socket
Socket
Sign inDemoInstall

@shopify/statsd

Package Overview
Dependencies
Maintainers
13
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/statsd - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4-sknext-beta.9

build/cjs/client.js

28

package.json
{
"name": "@shopify/statsd",
"version": "1.2.3",
"version": "1.2.4-sknext-beta.9",
"license": "MIT",
"description": "An opinionated StatsD client for Shopify Node.js server and other StatsD utilities.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"description": "An opinionated StatsD client for Shopify Node.js servers and other StatsD utilities",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -31,5 +31,19 @@ "build": "tsc --p tsconfig.json"

"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
"./index": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
}
}

@@ -6,3 +6,3 @@ # `@shopify/statsd`

An opinionated StatsD client for Shopify Node.js server and other StatsD utilities.
An opinionated StatsD client for Shopify Node.js servers and other StatsD utilities.

@@ -9,0 +9,0 @@ ## Installation

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