Socket
Socket
Sign inDemoInstall

@platform/util.string

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.string - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

3

lib/str.d.ts

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

import * as wildcard from './wildcard';
export { wildcard };
export * from './wildcard';
export * from './convert';

@@ -4,0 +3,0 @@ export * from './fuzzy';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var wildcard = require("./wildcard");
exports.wildcard = wildcard;
tslib_1.__exportStar(require("./wildcard"), exports);
tslib_1.__exportStar(require("./convert"), exports);

@@ -7,0 +6,0 @@ tslib_1.__exportStar(require("./fuzzy"), exports);

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

export * from './wildcard';
import * as wildcard from './wildcard';
export { wildcard };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./wildcard"), exports);
var wildcard = require("./wildcard");
exports.wildcard = wildcard;
{
"name": "@platform/util.string",
"version": "0.4.0",
"version": "0.4.1",
"description": "String helpers.",

@@ -5,0 +5,0 @@ "main": "lib/index",

Sorry, the diff of this file is not supported yet

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