peer-data
Advanced tools
Comparing version 1.2.11 to 1.2.13
{ | ||
"name": "peer-data", | ||
"version": "1.2.11", | ||
"version": "1.2.13", | ||
"description": "PeerData - library for files, media streaming/sharing using WebRTC", | ||
"scripts": { | ||
"build": "yarn run build:lib & yarn run build:es && yarn run build:umd", | ||
"build": "yarn run build:lib & yarn run build:es && yarn run build:umd && yarn run build:umd:min", | ||
"build:lib": "tsc --outDir lib --module commonjs", | ||
"build:es": "tsc --outDir es --module es6", | ||
"build:umd": "NODE_ENV=development rollup -c -i es/index.js -o dist/web-component.js", | ||
"build:umd:min": "NODE_ENV=production rollup -c -i es/index.js -o dist/web-component.min.js", | ||
"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", | ||
"clean": "rimraf dist es lib coverage", | ||
@@ -24,3 +24,3 @@ "typecheck": "tsc --noEmit", | ||
}, | ||
"browser": "dist/peer-data.js", | ||
"browser": "dist/peer-data.min.js", | ||
"main": "lib/index.js", | ||
@@ -71,2 +71,3 @@ "module": "es/index.js", | ||
"rollup": "^0.43.0", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
@@ -73,0 +74,0 @@ "rollup-plugin-node-globals": "^1.1.0", |
import resolve from "rollup-plugin-node-resolve"; | ||
import globals from "rollup-plugin-node-globals"; | ||
import builtins from "rollup-plugin-node-builtins"; | ||
import commonjs from "rollup-plugin-commonjs"; | ||
import uglify from "rollup-plugin-uglify"; | ||
@@ -12,2 +13,3 @@ | ||
plugins: [ | ||
commonjs(), | ||
resolve({ | ||
@@ -14,0 +16,0 @@ module: true, |
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
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
440017
128
7179
22
1