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

boxxy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxxy - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

CHANGELOG.md
# changelog
## 0.2.2
* boxxy CSS is placed at the very top of the document, to allow subsequent stylesheets to override it
## 0.2.1
* IDs of existing nodes are used
## 0.2.0

@@ -6,0 +12,0 @@

3

dist/boxxy.js

@@ -649,3 +649,4 @@ (function (global, factory) {

document.querySelector("head").appendChild(styleElement);
var head = document.querySelector("head");
head.insertBefore(styleElement, head.firstChild);

@@ -652,0 +653,0 @@ inited = true;

@@ -5,3 +5,3 @@ {

"author": "Rich Harris",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/boxxy.js",

@@ -8,0 +8,0 @@ "jsnext:main": "src/boxxy.js",

@@ -94,3 +94,4 @@ import extend from './extend';

document.querySelector( 'head' ).appendChild( styleElement );
let head = document.querySelector( 'head' );
head.insertBefore( styleElement, head.firstChild );

@@ -97,0 +98,0 @@ inited = true;

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