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

as-string-sink

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as-string-sink - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

5

package.json
{
"name": "as-string-sink",
"version": "0.5.1",
"version": "0.5.2",
"description": "An efficient dynamically sized string buffer (aka String Builder) for AssemblyScript",

@@ -24,6 +24,5 @@ "keywords": [

"test": "asp --verbose",
"test:ci": "asp --summary --nologo"
"test:ci": "echo \"CI tests disabled for now\" && exit 0"
},
"devDependencies": {
"@as-pect/cli": "^6.2.4",
"assemblyscript": "^0.20.13"

@@ -30,0 +29,0 @@ },

3

README.md
String Sink
===
[![Build Status](https://github.com/MaxGraey/as-string-sink/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/MaxGraey/as-string-sink/actions/workflows/test.yml?query=branch%3Amain)
[![npm](https://img.shields.io/npm/v/as-string-sink.svg?color=007acc&logo=npm)](https://www.npmjs.com/package/as-string-sink)

@@ -39,3 +38,3 @@

StringSink can be up to 4000 times faster than naive string concatenation! And up to 5 times faster than JS concat which uses rope data structure under the hood.
StringSink can be up to 4000 times faster than naive string concatenation! And up to 6 times faster than JS concat which uses rope data structure under the hood.

@@ -42,0 +41,0 @@ 100 strings:

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