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

ot-text-unicode

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ot-text-unicode - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

test/genOp.js

2

dist/index.js

@@ -16,2 +16,4 @@ "use strict";

builder(oldDoc) {
if (typeof oldDoc !== 'string')
throw Error('Invalid document snapshot: ' + oldDoc);
const newDoc = [];

@@ -18,0 +20,0 @@ return {

8

package.json
{
"name": "ot-text-unicode",
"version": "1.1.1",
"version": "1.1.2",
"description": "OT type for plaintext",

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

"devDependencies": {
"coffeescript": "^2.3.2",
"mocha": "^5",

@@ -19,3 +18,3 @@ "ot-fuzzer": "~1.0.0",

"scripts": {
"test": "mocha test/*.coffee",
"test": "mocha test/*.js",
"prepare": "tsc"

@@ -28,3 +27,4 @@ },

"files": [
"dist/"
"dist/",
"test/genOp.js"
],

@@ -31,0 +31,0 @@ "keywords": [

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