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

@mojotech/prismatest

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojotech/prismatest - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

dist/index.js

@@ -115,3 +115,3 @@ "use strict";

var _this = _super.apply(this, args) || this;
_this.name = 'MultipleSelectedElementsError';
_this.name = "MultipleSelectedElementsError";
_this.selector = selector;

@@ -133,3 +133,3 @@ _this.root = root;

var _this = _super.apply(this, args) || this;
_this.name = 'ZeroSelectedElementsError';
_this.name = "ZeroSelectedElementsError";
_this.selector = selector;

@@ -151,3 +151,3 @@ _this.root = root;

var _this = _super.apply(this, args) || this;
_this.name = 'IndexOutOfBoundsError';
_this.name = "IndexOutOfBoundsError";
_this.selector = selector;

@@ -154,0 +154,0 @@ _this.root = root;

{
"name": "@mojotech/prismatest",
"version": "0.2.2",
"version": "0.2.3",
"description": "Use test views to decouple tests from implementation details",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"clean": "rm -rf ./dist",
"format": "prettier --write index.ts",
"format": "prettier --write \"*.ts\" \"types/*.ts\"",
"test": "yarn dtslint && jest",

@@ -24,0 +24,0 @@ "dtslint": "tsc -d --emitDeclarationOnly --outDir ./types && dtslint --expectOnly --localTs node_modules/typescript/lib types && rm ./types/index.d.ts"

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