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

derw

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derw - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

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

const namesToExpose = isTest ? List.filter(function (name) {
return name.startsWith("test");
return name.startsWith("test") || name.startsWith("snapshot");
}, List.map(function (block) {

@@ -439,0 +439,0 @@ return block.name;

{
"name": "derw",
"version": "0.0.9",
"version": "0.0.10",
"description": "An Elm-inspired language that transpiles to TypeScript",

@@ -41,3 +41,3 @@ "main": "index.js",

"@eeue56/adeilad": "^0.0.2",
"@eeue56/bach": "^0.1.1",
"@eeue56/bach": "^0.1.2",
"@eeue56/baner": "^0.0.3",

@@ -44,0 +44,0 @@ "@eeue56/ts-core": "^3.0.1",

@@ -576,3 +576,3 @@ import { isTestFile } from "./Utils";

const namesToExpose: string[] = isTest ? List.filter(function(name: any) {
return name.startsWith("test");
return name.startsWith("test") || name.startsWith("snapshot");
}, List.map(function(block: any) {

@@ -579,0 +579,0 @@ return block.name;

Sorry, the diff of this file is not supported yet