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

pxcan

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pxcan - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

pxcan.js

34

package.json
{
"name": "pxcan",
"version": "0.0.3",
"version": "0.0.4",
"description": "ESM-ready pixel library",

@@ -18,9 +18,5 @@ "keywords": [

"files": [
"src"
"!test"
],
"browser": "src/pxcan.js",
"directories": {
"lib": "src",
"example": "example"
},
"browser": "pxcan.js",
"sideEffects": false,

@@ -32,6 +28,8 @@ "repository": {

"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"test": "ava"
},
"browserslist": [
"last 2 versions and not dead and > 0.5% in US",
"last 2 versions and not dead and > 0.5%",
"not operamini all",
"not ie 11",

@@ -41,3 +39,6 @@ "ios >=9.3"

"eslintConfig": {
"extends": "eslint:recommended",
"extends": [
"eslint:recommended",
"plugin:compat/recommended"
],
"parserOptions": {

@@ -52,5 +53,16 @@ "ecmaVersion": 2018,

},
"ava": {
"require": [
"esm",
"./test/_setup-browser-env.js"
]
},
"devDependencies": {
"eslint": "^4.5.0"
"ava": "^1.4.1",
"browser-env": "^3.2.6",
"canvas": "^2.5.0",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^3.1.1",
"esm": "^3.2.25"
}
}
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