New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cbst

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbst - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

dist/bin.d.ts

@@ -0,1 +1,2 @@

#!/usr/bin/env node
export {};

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

2

package.json
{
"name": "cbst",
"version": "0.1.0",
"version": "0.1.1",
"description": "A cache buster that versions a website's files for immutable cache control",

@@ -5,0 +5,0 @@ "author": "Morris Brodersen <mb@morrisbrodersen.de>",

@@ -25,3 +25,3 @@ # cbst

This diff demonstrates how versioning is applied on a simple website:
This diff demonstrates how versioning is applied to a simple website:

@@ -99,3 +99,3 @@ ```diff

As `cbst` transforms files, it also rewrites any references to other versioned files.
References are detected by scanning source files for quoted strings that
References are detected by scanning source files for **quoted strings** that

@@ -102,0 +102,0 @@ - are double- or single-quoted,

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