Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"main": "./dist/bundle.js", | ||
"exports": { | ||
"require": "./dist/bundle.js", | ||
"default": "./lib/index.mjs" | ||
".": { | ||
"require": "./dist/lib/index.js", | ||
"default": "./lib/index.mjs" | ||
}, | ||
"./decode": { | ||
"require": "./dist/lib/decode.js", | ||
"default": "./lib/decode.mjs" | ||
}, | ||
"./types": { | ||
"require": "./dist/lib/types.js", | ||
"default": "./lib/types.mjs" | ||
} | ||
}, | ||
@@ -21,7 +31,7 @@ "author": { | ||
"prepublishOnly": "npm run build", | ||
"test-ci": "npm run lint && npm run build && npm run tap -- -j1 test/test-*{.js,.mjs}", | ||
"test-legacy": "npm run lint && npm run build && npm run tap -- -j1 test/test-*.js", | ||
"test": "npm run lint && npm run build && npm run tap -- -j4 test/test-*{.js,.mjs}", | ||
"tap": "c8 tap --no-coverage --no-esm --node-arg=--experimental-modules", | ||
"lint": "eslint lib/* test/* examples/*" | ||
"lint": "eslint lib/* test/* examples/*", | ||
"test": "npm run lint && npm run build && npm run test:esm && npm run test:cjs", | ||
"test:esm": "c8 tap --no-coverage --no-esm -j1 test/test-*.mjs", | ||
"test:cjs": "tap --no-esm -j1 dist/test/test-*.js", | ||
"test:legacy": "npm run lint && npm run build && node scripts/rewrite-exports.js && tap --no-esm -j1 dist/test/test-*.js" | ||
}, | ||
@@ -46,8 +56,8 @@ "contributors": [ | ||
"devDependencies": { | ||
"c8": "^6.0.1", | ||
"eslint": "^6.0.1", | ||
"c8": "^7.3.0", | ||
"eslint": "^7.6.0", | ||
"get-port": "^5.1.1", | ||
"tap": "^14.10.7", | ||
"rollup": "^1.27.9" | ||
"rollup": "^2.23.0", | ||
"tap": "^14.10.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
76163
36
1644
2
4