Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethers-typescript-typings

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethers-typescript-typings - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/postpublish.d.ts

12

package.json
{
"name": "ethers-typescript-typings",
"version": "0.0.2",
"version": "0.0.3",
"description": "Typescript type definitions for ethers.js",

@@ -8,3 +8,5 @@ "main": "index.d.ts",

"scripts": {
"lint": "tslint index.d.ts"
"lint": "tslint index.d.ts",
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
"clean": "shx rm -rf scripts"
},

@@ -25,6 +27,12 @@ "repository": {

"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.13",
"copyfiles": "^1.2.0",
"shx": "^0.2.2",
"tslint": "5.8.0",
"tslint-config-0xproject": "^0.0.2",
"typescript": "2.7.1"
},
"publishConfig": {
"access": "public"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc