@streamlayer/sdk-web-anonymous-auth
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "@streamlayer/sdk-web-anonymous-auth", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": "StreamLayer, Inc (https://streamlayer.io)", | ||
"maintainers": [ | ||
{ | ||
"name": "Renat Berezovsky", | ||
"url": "https://github.com/BrRenat" | ||
} | ||
], | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"files": [ | ||
"src/" | ||
"lib/index.d.ts", | ||
"lib/cjs/index.js", | ||
"lib/es/index.js", | ||
"package.json" | ||
], | ||
"dependencies": { | ||
"@streamlayer/sdk-web-api": "workspace:^", | ||
"jose": "*", | ||
"@streamlayer/sdk-web": "workspace:^", | ||
"url": "*", | ||
"@streamlayer/sdk-web-interfaces": "workspace:^", | ||
"@streamlayer/sdk-web-core": "workspace:^", | ||
"tslib": "*" | ||
"exports": { | ||
".": { | ||
"module": "./lib/es/index.js", | ||
"require": "./lib/cjs/index.js", | ||
"types": "./lib/index.d.ts" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"jose": "*" | ||
}, | ||
"devDependencies": { | ||
@@ -25,5 +36,15 @@ "@nx/devkit": "*", | ||
"@swc/helpers": "*", | ||
"webpack": "*" | ||
}, | ||
"module": "./src/index.js" | ||
} | ||
"webpack": "*", | ||
"jose": "*", | ||
"url": "*", | ||
"vite": "~4.5.0", | ||
"vite-plugin-node-polyfills": "^0.15.0", | ||
"vite-tsconfig-paths": "^4.2.1", | ||
"vite-plugin-dts": "^3.6.1", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"@streamlayer/sdk-web-api": "^0.16.9", | ||
"@streamlayer/sdk-web": "^0.22.13", | ||
"@streamlayer/sdk-web-core": "^0.6.11", | ||
"@streamlayer/sdk-web-interfaces": "^0.0.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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 3 instances 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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
625099
1
6
0
12508
1
1
17
4
1
- Removed@streamlayer/sdk-web@workspace:^
- Removed@streamlayer/sdk-web-api@workspace:^
- Removedjose@*
- Removedtslib@*
- Removedurl@*
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.3.0(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-inspect@1.13.4(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedqs@6.14.0(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)
- Removedtslib@2.8.1(transitive)
- Removedurl@0.11.4(transitive)