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

blimpy

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blimpy - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

architecture.md
# Architecture
- `dist`: The distribution directory. This is where minified files go for use. It is updated *not after every change*, but *on version increases* (commits in the style of `Bump to vX.Y.Z.`).
- `dist`: The distribution directory. This is where minified files go for use.

@@ -5,0 +5,0 @@ - `blimpy.min.js`: The minified version of `src/blimpy.js`.

{
"name": "blimpy",
"version": "0.0.5",
"version": "0.0.6",
"description": "Easily set the class of an object.",

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

@@ -47,3 +47,3 @@ let assert = require('assert');

let blimpys = ['src/blimpy', 'dist/blimpy.min'];
let blimpys = ['dist/blimpy.min'];

@@ -50,0 +50,0 @@ for (let i = 0; i < blimpys.length; i++) {

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