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

bolts-lib

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bolts-lib - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "bolts-lib",
"version": "1.0.0",
"description": "Front-end helper toolkit",
"version": "1.0.1",
"description": "Front-end helper library",
"main": "src/js/index.js",

@@ -18,2 +18,3 @@ "author": "Pocketsize <dev@pocketsize.se> (https://www.pocketsize.se)",

"helper",
"library",
"toolkit"

@@ -20,0 +21,0 @@ ],

2

README.md
# Bolts
*v1.0.0*
*v1.0.1*

@@ -4,0 +4,0 @@ Bolts is a collection of practical Sass mixins and JS functions helping you deal with all the mundane website building and styling tasks, so that you can focus on creating something new. It aims to be a toolkit that does the things you're tired of.

/**
* Bolts 1.0.0 | MIT License
* Bolts 1.0.1 | MIT License
*

@@ -4,0 +4,0 @@ * Developed by Pocketsize

/**
* Bolts 1.0.0 | MIT License
* Bolts 1.0.1 | MIT License
*

@@ -4,0 +4,0 @@ * Developed by Pocketsize

/**
* Bolts 1.0.0 | MIT License
* Bolts 1.0.1 | MIT License
*

@@ -8,2 +8,3 @@ * Developed by Pocketsize

import bolts from './bolts'
export { default as state } from './state'

@@ -13,2 +14,4 @@ export { default as detect } from './detect'

export { default as misc } from './misc'
export { default as bolts } from './bolts'
export { bolts as bolts }
export default bolts
/**
* Bolts 1.0.0 | MIT License
* Bolts 1.0.1 | MIT License
*

@@ -4,0 +4,0 @@ * Developed by Pocketsize

/**
* Bolts 1.0.0 | MIT License
* Bolts 1.0.1 | MIT License
*

@@ -12,5 +12,2 @@ * Developed by Pocketsize

remove,
toggle,
on,
trigger,
getDOMState,

@@ -23,4 +20,2 @@ setDOMState,

},
_listeners: [],
}

@@ -27,0 +22,0 @@

/**
* Bolts 1.0.0 | MIT License
* Bolts 1.0.1 | MIT License
*

@@ -4,0 +4,0 @@ * Developed by Pocketsize

Sorry, the diff of this file is not supported yet

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