Socket
Socket
Sign inDemoInstall

@segment/analytics.js-core

Package Overview
Dependencies
49
Maintainers
151
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.4-beta.0 to 3.13.4-beta.1

build/analytics.js

4

HISTORY.md

@@ -0,1 +1,5 @@

# 3.13.4 / 2020-06-02
- refactor: enable typescript support
# 3.13.3 / 2020-05-26

@@ -2,0 +6,0 @@

@@ -8,2 +8,7 @@ /* eslint-env node */

module.exports = function(config) {
require('ts-node').register({
compilerOptions: {
module: 'commonjs'
}
});
config.set({

@@ -10,0 +15,0 @@ files: [

3

package.json
{
"name": "@segment/analytics.js-core",
"author": "Segment <friends@segment.com>",
"version": "3.13.4-beta.0",
"version": "3.13.4-beta.1",
"description": "The hassle-free way to integrate analytics into any web application.",

@@ -105,2 +105,3 @@ "keywords": [

"snyk": "^1.83.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.3",

@@ -107,0 +108,0 @@ "watchify": "^3.7.0"

@@ -7,4 +7,3 @@ {

},
"include": ["lib", "test"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "*.md", "Makefile", "karma.*", "test"]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc