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

@cagov/ds-skip-to-content

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cagov/ds-skip-to-content - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

dist/index.css

3

CHANGELOG.md
# Skip to content changelog
## 2.0.0
* Moved built CSS to dist folder.
## 1.0.3

@@ -4,0 +7,0 @@ * Updated color variables in README file.

6

package.json
{
"name": "@cagov/ds-skip-to-content",
"version": "1.0.3",
"version": "2.0.0",
"description": "",
"main": "index.css",
"main": "dist/index.css",
"type": "module",
"scripts": {
"build": "sass src/index.scss index.css",
"build": "sass src/index.scss dist/index.css",
"cdn:publish": "node ../../docs/src/publish/cdn-deploy.js",

@@ -10,0 +10,0 @@ "html:preview": "node ../../docs/src/publish/dynamic-html.js",

@@ -55,2 +55,10 @@ # Skip to content

### CDN installation
We recommend using a build system and bundling your CSS for faster performance. If you do not use a build system, you can include the code from our CDN with a link tag.
```html
<link rel="stylesheet" href="https://cdn.designsystem.webstandards.ca.gov/components/ds-skip-to-content/v2.0.0/dist/index.css">
```
## Accessibility

@@ -57,0 +65,0 @@

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