Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

analytics-client

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-client - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-roman-lint-2923bf4406ac39f05bb657808736eed9479301bf

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change Log

## 0.3.1 - 2020-03-18
* Bump balena linter [Roman Mazur]
## 0.3.0 - 2020-03-17

@@ -9,0 +13,0 @@

12

package.json
{
"name": "analytics-client",
"version": "0.3.0",
"version": "0.3.1-roman-lint-2923bf4406ac39f05bb657808736eed9479301bf",
"description": "Convenient builders to compose analytics tools",

@@ -14,4 +14,4 @@ "repository": {

"test": "jest",
"prettify": "resin-lint --typescript --fix src/ test/ index.ts",
"lint": "resin-lint --typescript src/ test/ index.ts && tsc --noEmit",
"prettify": "balena-lint --typescript --fix src/ test/ index.ts",
"lint": "balena-lint --typescript src/ test/ index.ts && tsc --noEmit",
"build": "npm run lint && npm run test && tsc && webpack",

@@ -26,2 +26,3 @@ "prepublish": "npm run build"

"devDependencies": {
"@balena/lint": "^4.0.1",
"@types/jest": "^24.0.18",

@@ -35,3 +36,2 @@ "@types/js-cookie": "^2.2.5",

"mixpanel-browser": "^2.29.1",
"resin-lint": "^3.3.1",
"ts-jest": "^24.1.0",

@@ -45,6 +45,6 @@ "ts-loader": "^6.2.0",

"*.ts": [
"resin-lint --typescript --fix"
"balena-lint --typescript --fix"
],
"test/**/*.ts": [
"resin-lint --typescript --no-prettier --tests"
"balena-lint --typescript --no-prettier --tests"
]

@@ -51,0 +51,0 @@ },

Sorry, the diff of this file is too big to display

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