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

@acot/utils

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acot/utils - npm Package Compare versions

Comparing version 0.0.2-canary.1 to 0.0.2-canary.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.0.2-canary.2](https://github.com/acot-a11y/acot/compare/@acot/utils@0.0.2-canary.1...@acot/utils@0.0.2-canary.2) (2020-11-08)
**Note:** Version bump only for package @acot/utils
## [0.0.2-canary.1](https://github.com/acot-a11y/acot/compare/@acot/utils@0.0.2-canary.0...@acot/utils@0.0.2-canary.1) (2020-11-02)

@@ -8,0 +12,0 @@

20

lib/__tests__/naming.test.js

@@ -6,6 +6,6 @@ "use strict";

test.each([
['foo', 'plugin', 'foo'],
['acot-plugin-scope', 'plugin', 'scope'],
['@scope/acot-plugin', 'plugin', '@scope'],
['@scope/acot-plugin-test', 'plugin', '@scope/test'],
['foo', 'preset', 'foo'],
['acot-preset-scope', 'preset', 'scope'],
['@scope/acot-preset', 'preset', '@scope'],
['@scope/acot-preset-test', 'preset', '@scope/test'],
['bar', 'reporter', 'bar'],

@@ -19,8 +19,8 @@ ['acot-reporter-scope', 'reporter', 'scope'],

test.each([
['scope', 'plugin', 'acot-plugin-scope'],
['acot-plugin-scope', 'plugin', 'acot-plugin-scope'],
['@scope', 'plugin', '@scope/acot-plugin'],
['@scope/test', 'plugin', '@scope/acot-plugin-test'],
['@scope/acot-plugin', 'plugin', '@scope/acot-plugin'],
['@scope/acot-plugin-test', 'plugin', '@scope/acot-plugin-test'],
['scope', 'preset', 'acot-preset-scope'],
['acot-preset-scope', 'preset', 'acot-preset-scope'],
['@scope', 'preset', '@scope/acot-preset'],
['@scope/test', 'preset', '@scope/acot-preset-test'],
['@scope/acot-preset', 'preset', '@scope/acot-preset'],
['@scope/acot-preset-test', 'preset', '@scope/acot-preset-test'],
['scope', 'reporter', 'acot-reporter-scope'],

@@ -27,0 +27,0 @@ ['@scope', 'reporter', '@scope/acot-reporter'],

{
"name": "@acot/utils",
"version": "0.0.2-canary.1",
"version": "0.0.2-canary.2",
"description": "Utility functions for acot.",

@@ -42,3 +42,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/utils",

},
"gitHead": "67977e52f226bbcfb3de7c7855d711c6ab597478"
"gitHead": "c921838de208bc5f5a81745a1d8adde745828363"
}
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