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

@navikt/aksel

Package Overview
Dependencies
Maintainers
15
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navikt/aksel - npm Package Compare versions

Comparing version 2.8.16-rc.8 to 2.8.16-rc.9

dist/index.js

3

dist/css-imports/index.js

@@ -23,4 +23,3 @@ #!/usr/bin/env node

const __dirname = dirname(__filename);
main();
function main() {
export function cssImportsCommand() {
return __awaiter(this, void 0, void 0, function* () {

@@ -27,0 +26,0 @@ let answers = {

@@ -1,4 +0,4 @@

#!/usr/bin/env node
import chalk from "chalk";
console.log(`
export function helpCommand() {
console.log(`
✨ Aksel client-tool

@@ -15,1 +15,2 @@

`);
}
{
"name": "@navikt/aksel",
"version": "2.8.16-rc.8",
"version": "2.8.16-rc.9",
"description": "Aksel command line interface. Handles css-imports, codemods (planned) and more",

@@ -23,5 +23,3 @@ "author": "Aksel | NAV designsystem team",

"bin": {
"css-imports": "./dist/css-imports/index.js",
"aksel": "./dist/help.js",
"help": "./dist/help.js"
"aksel": "./dist/index.js"
},

@@ -28,0 +26,0 @@ "repository": {

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