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

machinepack-strings

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-strings - npm Package Compare versions

Comparing version 6.0.0-0 to 6.0.0-1

lib/from-stream.js

6

lib/to-stream.js

@@ -10,3 +10,3 @@ module.exports = {

extendedDescription: 'The stream that is returned is a modern (streams2) Node Readable instance. In other words it is _paused_ until it is used.',
extendedDescription: 'The stream that is returned is a modern (streams>=2) Node Readable instance. In other words it is _paused_ until it is used.',

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

'you don\'t have to worry about using it immediately (i.e. don\'t worry about a tick of the event loop elapsing). '+
'Also keep in mind that the stream returned is a modern (streams2) Node Readable instance.',
'Also keep in mind that the stream returned is a modern (streams>=2) Node Readable instance.',
outputExample: '==='

@@ -49,3 +49,3 @@ },

// Create a new readable string
// Create a new readable stream
var string__ = new require('stream').Readable();

@@ -52,0 +52,0 @@

{
"name": "machinepack-strings",
"version": "6.0.0-0",
"version": "6.0.0-1",
"description": "Work with strings.",

@@ -56,2 +56,3 @@ "scripts": {

"to-stream",
"from-stream",
"random",

@@ -58,0 +59,0 @@ "to-lower-case",

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