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

@confuzzle/confuz-crossword

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@confuzzle/confuz-crossword - npm Package Compare versions

Comparing version

to
1.0.1

2

confuz.js
const ShareablePuz = require('@confuzzle/puz-sharing').ShareablePuz;
const parser = require('@confuz-parser/parser');
const parser = require('@confuzzle/confuz-parser');
const puz_common = require('@confuzzle/puz-common');

@@ -4,0 +4,0 @@ const base64url = require("base64url");

{
"name": "@confuzzle/confuz-crossword",
"version": "1.0.0",
"description": "Common .puz utilities and constants",
"version": "1.0.1",
"description": "Conversion to and from `.confuz` format",
"license": "MIT",
"repository": "rjkat/confuzzle",
"main": "puz-common.js",
"main": "confuz.js",
"keywords": [

@@ -13,7 +13,15 @@ "crossword",

"puz-parser",
"puz-file-format"
"puz-file-format",
"confuz",
"confuz-file-format"
],
"dependencies": {
"iconv-lite": "^0.5.2"
"base64url": "^3.0.1",
"@thi.ng/range-coder": "^1.0.64",
"@confuzzle/burrows-wheeler": "^1.0.0",
"@confuzzle/confuz-parser": "^1.0.1",
"@confuzzle/move-to-front": "^1.0.0",
"@confuzzle/puz-sharing": "^1.1.0",
"@confuzzle/puz-common": "^1.0.1"
}
}