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.21 to 0.0.22

61

docs/home.js

@@ -6,17 +6,17 @@ import { h, getState, setState, link, css } from './main.js'

const resets = {
header:
css
.$nest('h1,h2,h3,h4,h5,h6', `
margin: 0px;
`)
,link:
css`
color: white;
text-decoration: none;
transition: 0.2s;
`
.$hover(`
transform: scale(0.9);
`)
header:
css
.$nest('h1,h2,h3,h4,h5,h6', `
margin: 0px;
`)
,link:
css`
color: white;
text-decoration: none;
transition: 0.2s;
`
.$hover(`
transform: scale(0.9);
`)
}

@@ -27,5 +27,5 @@

view: () => [
h('.app'
+ css`
padding: 0em;
h('.app'
+ css`
padding: 0em;
`

@@ -35,12 +35,12 @@ .desktop(`

`)
.wide(`
padding: 2em 8em;
`)
, nav()
, sections(
quickStart()
)
)
, footer()
]
.wide(`
padding: 2em 8em;
`)
, nav()
, sections(
quickStart()
)
)
, footer()
]
}

@@ -78,5 +78,4 @@ }

)
,h('p'
, 'Enlightened'
, 'data modelling and state management.'
,h('p'
, 'Enlightened data modelling and state management.'
)

@@ -83,0 +82,0 @@ )

{
"name": "attain",
"version": "0.0.21",
"version": "0.0.22",
"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