Comparing version 0.0.3 to 0.0.4
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
4723
6
3
78
1