peer-data
Advanced tools
Comparing version 1.2.14 to 1.2.15
{ | ||
"name": "peer-data", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "PeerData - library for files, media streaming/sharing using WebRTC", | ||
"scripts": { | ||
"build": "yarn run build:lib & yarn run build:es && yarn run build:umd && yarn run build:umd:min", | ||
"build": "npm run build:lib & npm run build:umd", | ||
"build:lib": "tsc --outDir lib --module commonjs", | ||
"build:es": "tsc --outDir es --module es6", | ||
"build:umd": "cross-env NODE_ENV=development rollup -c -i es/index.js -o dist/peer-data.js", | ||
"build:umd:min": "cross-env NODE_ENV=production rollup -c -i es/index.js -o dist/peer-data.min.js", | ||
"build:es": "tsc --outDir es --module es2015", | ||
"build:umd": "npm run build:es && rollup --config && dts-bundle --name dist/bundle --main es --outputAsModuleFolder", | ||
"clean": "rimraf dist es lib coverage", | ||
@@ -24,7 +23,6 @@ "typecheck": "tsc --noEmit", | ||
}, | ||
"browser": "dist/peer-data.min.js", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"typings": "lib/index.d.ts", | ||
"browser": "dist/bundle.js", | ||
"types": "dist/bundle.d.ts", | ||
"repository": { | ||
@@ -34,2 +32,7 @@ "type": "git", | ||
}, | ||
"files": [ | ||
"lib", | ||
"es", | ||
"dist" | ||
], | ||
"keywords": [ | ||
@@ -70,8 +73,11 @@ "PeerData", | ||
"jest-environment-node-debug": "^2.0.0", | ||
"pascal-case": "^2.0.1", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.43.0", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-legacy": "^1.0.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.1.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
@@ -78,0 +84,0 @@ "semver": "^5.3.0", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
351346
25
120
1411
1
1