@tbd54566975/crypto
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@tbd54566975/crypto", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "TBD crypto library", | ||
@@ -11,5 +11,5 @@ "type": "module", | ||
"build": "rimraf dist && node build/bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc", | ||
"lint": "eslint . --ext .js --max-warnings 0", | ||
"lint:fix": "eslint . --ext .js --fix", | ||
"test:node": "rimraf __tests__ && tsc -p tsconfig.test.json && mocha \"__tests__/**/*.spec.js\" --exit", | ||
"lint": "eslint . --ext .ts --max-warnings 0", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"test:node": "rimraf __tests__ && tsc -p tsconfig.test.json && c8 mocha", | ||
"test:browser": "karma start karma.conf.cjs" | ||
@@ -65,2 +65,7 @@ }, | ||
}, | ||
"react-native": { | ||
"./dist/esm/main.mjs": "./dist/esm/main.mjs", | ||
"./dist/cjs/main.cjs": "./dist/esm/main.mjs", | ||
"types": "./dist/types/main.d.ts" | ||
}, | ||
"keywords": [ | ||
@@ -83,11 +88,17 @@ "cryptography", | ||
"devDependencies": { | ||
"@playwright/test": "1.34.3", | ||
"@types/chai": "4.3.0", | ||
"@types/chai-as-promised": "7.1.5", | ||
"@types/ed2curve": "0.2.2", | ||
"@types/eslint": "8.37.0", | ||
"@types/mocha": "10.0.1", | ||
"@types/sinon": "10.0.15", | ||
"@typescript-eslint/eslint-plugin": "5.59.0", | ||
"@typescript-eslint/parser": "5.59.0", | ||
"c8": "8.0.0", | ||
"chai": "4.3.7", | ||
"esbuild": "0.16.7", | ||
"chai-as-promised": "7.1.1", | ||
"esbuild": "0.16.17", | ||
"eslint": "8.39.0", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"karma": "6.4.1", | ||
@@ -103,6 +114,10 @@ "karma-chai": "0.1.0", | ||
"node-stdlib-browser": "1.2.0", | ||
"playwright": "1.31.2", | ||
"rimraf": "4.4.0", | ||
"sinon": "15.0.2", | ||
"source-map-loader": "4.0.1", | ||
"typescript": "5.0.4" | ||
}, | ||
"overrides": { | ||
"socket.io-parser@>4.0.4 <4.2.3": "4.2.3" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
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
5511287
7964
29