Socket
Socket
Sign inDemoInstall

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.146 to 0.0.147

9

docs/examples.js

@@ -104,3 +104,10 @@ import V from './lib/view.js'

, v('iframe'
+ v.css.w('100%').h('100vh').bc('white')
+ v.css`
width 100vw
height 100vh
background-color white
`
.desktop(`
width 100%
`)
, { src:'/examples/annotated/tape-player.html', frameborder: "0" }

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

2

docs/examples/tape-player.js

@@ -413,3 +413,3 @@ /* globals v */

font-size: 0.8em
font-size: 0.9em
`

@@ -416,0 +416,0 @@ .desktop(`

{
"name": "attain",
"version": "0.0.146",
"version": "0.0.147",
"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