Socket
Socket
Sign inDemoInstall

@truffle/expect

Package Overview
Dependencies
0
Maintainers
11
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-tezos.0 to 0.1.0

dist/src/index.d.ts

51

package.json
{
"name": "@truffle/expect",
"version": "0.1.0-tezos.0",
"description": "Simple module for ensuring specific options are passed to a function",
"main": "index.js",
"license": "MIT",
"author": "Tim Coulter <tim@trufflesuite.com>",
"homepage": "https://github.com/trufflesuite/truffle/blob/master/packages/expect#readme",
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/expect"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.0",
"main": "dist/src/index.js",
"scripts": {
"test": "mocha"
"build": "yarn build:dist",
"clean": "rm -rf ./dist",
"prepare": "yarn build",
"build:dist": "ttsc",
"test:code": "mocha",
"test:types": "tsd",
"test": "yarn test:types && yarn test:code"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/expect",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "12.12.21",
"mocha": "8.1.2",
"tsd": "^0.15.1",
"ttypescript": "^1.5.7",
"typescript": "^4.1.4",
"typescript-transform-paths": "^2.1.0"
},
"keywords": [
"truffle",
"ethereum",
"expect"
"expect",
"truffle"
],
"author": "Tim Coulter <tim@trufflesuite.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"homepage": "https://github.com/trufflesuite/truffle/blob/master/packages/expect#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "5.2.0"
},
"gitHead": "c2fd8c5e2664a9f8c51fc043a1f7b4b3ab0be2fa"
"gitHead": "9a5337769e7ca9be112443d6ddba089f9c2c0f0f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc