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

attain

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attain - npm Package Compare versions

Comparing version 0.0.136 to 0.0.137

20

docs/examples/tape-player.js

@@ -94,13 +94,13 @@ /* globals v */

, route.fold({
..._( () => v.Y(next) )
,
...scrubs
, Playing({ time }){
if( Number(time) >= total() ) {
return v.Y(route.Playing({ time: 0 }))
..._( () => v.Y(next) )
,
...scrubs
, Playing({ time }){
if( Number(time) >= total() ) {
return v.Y(route.Playing({ time: 0 }))
}
return v.Y(next)
}
return v.Y(next)
}
, Paused: () => v.N('You cannot pause if you are stopped')
, Stopped: () => v.N('Already stopped')
, Paused: () => v.N('You cannot pause if you are stopped')
, Stopped: () => v.N('Already stopped')
})

@@ -107,0 +107,0 @@ )

{
"name": "attain",
"version": "0.0.136",
"version": "0.0.137",
"description": "A library for modelling and accessing data.",

@@ -5,0 +5,0 @@ "main": "dist/attain.min.js",

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