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

halfpenny

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

halfpenny - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "halfpenny",
"version": "2.0.0",
"version": "2.0.1",
"description": "Official javascript COINS API client. Not browser compatible!",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -8,6 +8,2 @@ # halfpenny // COINS API Javascript client

### TODO:
* support UMD and browser compatibility.
* Auto-generate documentation from API client
## peer dependencies

@@ -20,3 +16,3 @@

### localstorage
### storage
In order to persist data to disk, a localstorage interface is required. In the

@@ -26,3 +22,3 @@ browser, this means supplying `window.localStorage` in the browser, and using

## basic configuration:
## basic configuration
*See examples*

@@ -32,3 +28,3 @@ The above configuration parameters are *required*.

## How it works:
## how it works

@@ -70,1 +66,14 @@ The source code for the client is auto-generated during the build process of the

See `nodeapi/test/integration` for more
## todo
* support UMD and browser compatibility.
* Auto-generate documentation from API client
## changelog
- 2.x
- convert to auto-generated api client, built from server API spec
- remove browser support temporarily
- 1.x
- commonjs-ify
- 0.x
- init
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