@bicycle-codes/crypto-stream
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -9,3 +9,3 @@ /** | ||
import { SliceTransformer } from './slice-transformer.js'; | ||
import { webcrypto } from 'one-webcrypto'; | ||
import { webcrypto } from '@bicycle-codes/one-webcrypto'; | ||
const MODE_ENCRYPT = 'encrypt'; | ||
@@ -12,0 +12,0 @@ const MODE_DECRYPT = 'decrypt'; |
@@ -1,2 +0,2 @@ | ||
import { webcrypto } from 'one-webcrypto'; | ||
import { webcrypto } from '@bicycle-codes/one-webcrypto'; | ||
import base64 from 'base64-js'; | ||
@@ -3,0 +3,0 @@ import { decryptStream, decryptStreamRange, encryptStream } from './ece.js'; |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,3 @@ "files": [ | ||
"lint": "eslint \"./**/*.{ts,js}\"", | ||
"test": "npm run lint && esbuild --bundle test/index.ts | node --input-type=module | tap-spec", | ||
"test": "npm run lint && esbuild --format=esm --platform=node --sourcemap --bundle test/index.ts | node --input-type=module | tap-spec", | ||
"test:electron": "esbuild --bundle test/index.ts | tape-run | tap-spec", | ||
@@ -26,4 +26,4 @@ "test-tape-run": "cat test/index.html | tape-run --input=html --static=test | tap-spec", | ||
"dependencies": { | ||
"base64-js": "^1.5.1", | ||
"one-webcrypto": "^1.0.3" | ||
"@bicycle-codes/one-webcrypto": "^1.1.2", | ||
"base64-js": "^1.5.1" | ||
}, | ||
@@ -35,4 +35,4 @@ "devDependencies": { | ||
"@preact/signals": "^1.2.2", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"@typescript-eslint/parser": "^8.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"auto-changelog": "^2.4.0", | ||
@@ -39,0 +39,0 @@ "esbuild": "^0.23.0", |
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
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
113588
+ Added@bicycle-codes/one-webcrypto@1.1.2(transitive)
- Removedone-webcrypto@^1.0.3
- Removedone-webcrypto@1.0.3(transitive)