Socket
Socket
Sign inDemoInstall

suffix-thumb

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

suffix-thumb - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

10

builds/suffix-thumb.js

@@ -1,2 +0,2 @@

/* suffix-thumb 3.1.2 MIT */
/* suffix-thumb 3.1.3 MIT */
(function (global, factory) {

@@ -544,10 +544,2 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('efrt')) :

Object.defineProperty(exports, 'pack', {
enumerable: true,
get: function () { return efrt.pack; }
});
Object.defineProperty(exports, 'unpack', {
enumerable: true,
get: function () { return efrt.unpack; }
});
exports.compress = compress;

@@ -554,0 +546,0 @@ exports.convert = convert;

4

package.json
{
"name": "suffix-thumb",
"description": "learn transformations between two sets of words",
"version": "3.1.2",
"version": "3.1.3",
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"main": "./src/index.js",
"main": "./builds/suffix-thumb.mjs",
"unpkg": "./builds/suffix-thumb-client.js",

@@ -8,0 +8,0 @@ "module": "./builds/suffix-thumb.mjs",

@@ -8,5 +8,3 @@ import convert from './convert/index.js'

import debug from './convert/debug.js'
import { pack, unpack } from 'efrt'
export { learn, convert, compress, uncompress, reverse, validate, debug, pack, unpack }
export { learn, convert, compress, uncompress, reverse, validate, debug }

Sorry, the diff of this file is not supported yet

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