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

@snowplow/browser-plugin-ecommerce

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snowplow/browser-plugin-ecommerce - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

dist/browser-plugin-ecommerce.module.d.ts

22

package.json
{
"name": "@snowplow/browser-plugin-ecommerce",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "Ecommerce tracking for Snowplow",

@@ -13,5 +13,5 @@ "homepage": "http://bit.ly/sp-js",

"author": "Paul Boocock",
"main": "./dist/index.umd.js",
"module": "./dist/index.module.js",
"types": "./dist/index.module.d.ts",
"main": "./dist/browser-plugin-ecommerce.umd.js",
"module": "./dist/browser-plugin-ecommerce.module.js",
"types": "./dist/browser-plugin-ecommerce.module.d.ts",
"files": [

@@ -25,9 +25,9 @@ "dist"

"dependencies": {
"@snowplow/browser-tracker-core": "3.0.0-alpha.3",
"@snowplow/tracker-core": "3.0.0-alpha.3",
"tslib": "^2.0.3"
"@snowplow/browser-tracker-core": "3.0.0-alpha.4",
"@snowplow/tracker-core": "3.0.0-alpha.4",
"tslib": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.20",

@@ -40,3 +40,3 @@ "@typescript-eslint/eslint-plugin": "^4.9.0",

"jest-standard-reporter": "^2.0.0",
"rollup": "^2.34.0",
"rollup": "^2.41.1",
"rollup-plugin-cleanup": "^3.2.1",

@@ -46,4 +46,4 @@ "rollup-plugin-license": "^2.2.0",

"ts-jest": "^26.5.0",
"typescript": "^4.1.2"
"typescript": "^4.2.3"
}
}

@@ -39,3 +39,3 @@ # Snowplow Ecommerce Tracking

newTracker('sp1', '{{collector}}', { Plugins: [ EcommercePlugin() ] }); // Also stores reference at module level
newTracker('sp1', '{{collector}}', { plugins: [ EcommercePlugin() ] }); // Also stores reference at module level
```

@@ -42,0 +42,0 @@

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