Socket
Socket
Sign inDemoInstall

@nimiq/core-types

Package Overview
Dependencies
0
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 1.0.0

tsconfig.json

13

package.json
{
"name": "@nimiq/core-types",
"version": "0.1.8",
"version": "1.0.0",
"description": "Typescript typings for the Nimiq core library",
"main": "Nimiq.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "yarn tslint ./Nimiq.d.ts",
"lintfix": "yarn tslint --fix ./Nimiq.d.ts"
},
"author": "Nimiq",
"license": "Apache-2.0",
"repository": "https://github.com/nimiq/core-types"
}
"repository": "https://github.com/nimiq/core-types",
"devDependencies": {
"tslint": "^5.11.0"
}
}

@@ -1,4 +0,5 @@

This package aims to provide Typescript types for the Nimiq core library at http://cdn.nimiq.com/web.js.
Currently, a subset of https://cdn.nimiq.com/web-offline.js is typed.
# @nimiq/core types
This package provides Typescript types for the Nimiq core library at http://cdn.nimiq.com/web.js.
A global namespace 'Nimiq' is declared.

@@ -16,3 +17,3 @@

# Usage:
Add a .d.ts file to your project folder, e.g. Nimiq.d.ts, and make sure it is included in your .tsconfig. That file
Add a .d.ts file to your project folder, e.g. `Nimiq.d.ts`, and make sure it is included in your `.tsconfig`. That file
should contain:

@@ -23,2 +24,2 @@ ````

````
````

Sorry, the diff of this file is too big to display

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