machinepack-strings
Advanced tools
Comparing version 6.0.0-0 to 6.0.0-1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104120
56
2615