New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@burstjs/util

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burstjs/util - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

.bilirc.js

5

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
# unreleased
- now available as standalone bundle (iife)
- patched `sumNQTStringToNumber` to be accessible
## 0.1.2

@@ -5,0 +10,0 @@ - added `sumNQTStringToNumber`

1

out/index.d.ts

@@ -11,2 +11,3 @@ export * from './constructBurstAddress';

export * from './splitBurstAddress';
export * from './sumNQTStringToNumber';
export declare const burstAddressPattern: {

@@ -13,0 +14,0 @@ '_': {

@@ -16,2 +16,3 @@ "use strict";

__export(require("./splitBurstAddress"));
__export(require("./sumNQTStringToNumber"));
exports.burstAddressPattern = {

@@ -18,0 +19,0 @@ '_': { pattern: new RegExp('\[a-zA-Z0-9\]') }

9

package.json
{
"name": "@burstjs/util",
"version": "0.1.2",
"version": "0.1.3",
"description": "Useful utilities and tools for building Burstcoin applications",

@@ -40,3 +40,5 @@ "keywords": [

"devDependencies": {
"@types/jest": "^24.0.12"
"@types/jest": "^24.0.12",
"bili": "^4.8.0",
"rollup-plugin-typescript2": "^0.21.1"
},

@@ -46,2 +48,3 @@ "scripts": {

"tsc": "tsc",
"bundle": "bili",
"doc": "./node_modules/.bin/esdoc",

@@ -58,3 +61,3 @@ "readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md"

},
"gitHead": "9faca336766edb3bb7339aa9bd6822551a1db497"
"gitHead": "e129c3f0d0384d8635258f0219d78159dd3bf2e5"
}

@@ -12,2 +12,3 @@ /** @module util */

export * from './splitBurstAddress';
export * from './sumNQTStringToNumber';

@@ -14,0 +15,0 @@ /**

Sorry, the diff of this file is not supported yet

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