web-worker
Advanced tools
Comparing version 0.1.6 to 1.0.0
{ | ||
"name": "web-worker", | ||
"version": "0.1.6", | ||
"description": "make web workers from strings with iframe fallback", | ||
"main": "lib/index.js", | ||
"version": "1.0.0", | ||
"description": "Consistent Web Workers in browser and Node.", | ||
"main": "./cjs/node.js", | ||
"browser": "./cjs/browser.js", | ||
"exports": { | ||
"browser": "./cjs/browser.js", | ||
"node": "./cjs/node.js", | ||
"default": "./cjs/node.js" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"browser.js", | ||
"node.js" | ||
], | ||
"scripts": { | ||
"test": "prova -l firefox -bq" | ||
"prepare": "babel node.js browser.js -d cjs", | ||
"test": "eslint '*.js' test && node --experimental-modules ./node_modules/.bin/ava" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/calvinmetcalf/web-worker.git" | ||
"babel": { | ||
"plugins": [ | ||
"@babel/plugin-syntax-dynamic-import", | ||
"babel-plugin-commonjs-lite" | ||
] | ||
}, | ||
"author": "Calvin Metcalf", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/calvinmetcalf/web-worker/issues" | ||
"repository": "developit/web-worker", | ||
"keywords": [ | ||
"worker", | ||
"worker_threads", | ||
"webworker", | ||
"web worker", | ||
"web-worker", | ||
"threads" | ||
], | ||
"authors": [], | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/developit/web-worker", | ||
"eslintConfig": { | ||
"extends": "developit", | ||
"rules": { | ||
"no-console": 0 | ||
} | ||
}, | ||
"homepage": "https://github.com/calvinmetcalf/web-worker", | ||
"dependencies": { | ||
"hbsify": "^1.0.1", | ||
"lie": "^2.7.7" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^5.12.0", | ||
"prova": "^1.14.2" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"hbsify" | ||
] | ||
"@babel/cli": "^7.7.7", | ||
"@babel/core": "^7.7.7", | ||
"@babel/plugin-syntax-dynamic-import": "^7.7.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.7.5", | ||
"@babel/preset-env": "^7.7.7", | ||
"ava": "^2.4.0", | ||
"babel-plugin-commonjs-lite": "gist:3e38560d5bed35da1fd708d635e4acb3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-developit": "^1.1.1" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
29866
0
440
0
123
9
7
2
5
2
- Removedhbsify@^1.0.1
- Removedlie@^2.7.7
- Removedacorn@1.2.2(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedast-types@0.8.15(transitive)
- Removedasync@0.2.10(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedesmangle-evaluator@1.0.1(transitive)
- Removedesprima-fb@15001.1001.0-dev-harmony-fb(transitive)
- Removedfalafel@1.2.0(transitive)
- Removedforeach@2.0.6(transitive)
- Removedhandlebars@1.3.0(transitive)
- Removedhbsify@1.0.1(transitive)
- Removedimmediate@3.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinline-process-browser@1.0.0(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlie@2.9.1(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedoptimist@0.3.7(transitive)
- Removedprivate@0.1.8(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedrecast@0.10.43(transitive)
- Removedsource-map@0.1.430.5.7(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedthrough@2.3.8(transitive)
- Removedthrough2@0.6.5(transitive)
- Removeduglify-js@2.3.6(transitive)
- Removedunreachable-branch-transform@0.2.3(transitive)
- Removedwordwrap@0.0.3(transitive)
- Removedxtend@4.0.2(transitive)