Socket
Socket
Sign inDemoInstall

@confuzzle/puz-crossword

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@confuzzle/puz-crossword - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "@confuzzle/puz-crossword",
"version": "1.0.0",
"version": "1.0.1",
"description": ".puz crossword reader, writer, and parser",

@@ -23,2 +23,2 @@ "license": "MIT",

}
}
}
# @confuzzle/puz-crossword
This package is for reading, writing, and parsing `.puz` format files. It contains a single class, `PuzCrossword`.
This package is for reading, writing, and parsing `.puz` format files. It contains a single class, `PuzCrossword`. For standalone reading or writing, see also:
* [`@confuzzle/readpuz`](https://www.npmjs.com/package/@confuzzle/readpuz)
* [`@confuzzle/writepuz`](https://www.npmjs.com/package/@confuzzle/writepuz)

@@ -13,3 +15,3 @@ ## Methods

`PuzCrossword` objects have the following fields as defined in the [.puz file format](http://code.google.com/p/puz/wiki/FileFormat). They are all strings unless otherwise specified.
`PuzCrossword` objects have the following fields as defined in the [.puz file format](https://github.com/rjkat/confuzzle/blob/master/puz.md). They are all strings unless otherwise specified.

@@ -48,3 +50,3 @@ * `title`

```js
const PuzCrossword = require('./puz-crossword').PuzCrossword;
const PuzCrossword = require('@confuzzle/puz-crossword').PuzCrossword;
const fs = require('fs');

@@ -51,0 +53,0 @@ const cw = PuzCrossword.from(fs.readFileSync("test.puz"));

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