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

@amedia/kragl

Package Overview
Dependencies
Maintainers
54
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/kragl - npm Package Compare versions

Comparing version 0.0.0-kragl-20220427163603 to 0.0.0-kragl-20220427170212

8

CHANGELOG.md
# @amedia/kragl
## 0.0.0-kragl-20220427163603
## 0.0.0-kragl-20220427170212

@@ -55,4 +55,4 @@ ### Major Changes

- Updated dependencies [5a4773f]
- @amedia/eslint-config@0.0.0-kragl-20220427163603
- @amedia/prettier-config@0.0.0-kragl-20220427163603
- @amedia/kragl-utils@0.0.0-kragl-20220427163603
- @amedia/eslint-config@0.0.0-kragl-20220427170212
- @amedia/prettier-config@0.0.0-kragl-20220427170212
- @amedia/kragl-utils@0.0.0-kragl-20220427170212
{
"name": "@amedia/kragl",
"version": "0.0.0-kragl-20220427163603",
"version": "0.0.0-kragl-20220427170212",
"description": "Scripts to Lint",

@@ -29,5 +29,5 @@ "bin": {

"dependencies": {
"@amedia/kragl-utils": "0.0.0-kragl-20220427163603",
"@amedia/eslint-config": "0.0.0-kragl-20220427163603",
"@amedia/prettier-config": "0.0.0-kragl-20220427163603",
"@amedia/kragl-utils": "0.0.0-kragl-20220427170212",
"@amedia/eslint-config": "0.0.0-kragl-20220427170212",
"@amedia/prettier-config": "0.0.0-kragl-20220427170212",
"commander": "9.2.0",

@@ -34,0 +34,0 @@ "cross-spawn-promise": "0.10.2",

@@ -9,3 +9,8 @@ import { hasConfig } from '@amedia/kragl-utils';

!hasConfig([
{ type: 'file', pattern: '.eslintrc.*' },
{ type: 'file', pattern: '.eslintrc.js' },
{ type: 'file', pattern: '.eslintrc.cjs' },
{ type: 'file', pattern: '.eslintrc.yaml' },
{ type: 'file', pattern: '.eslintrc.yml' },
{ type: 'file', pattern: '.eslintrc.json' },
{ type: 'file', pattern: '.eslintrc' },
{ type: 'package.json', property: 'eslintConfig' },

@@ -12,0 +17,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