Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.1.23 to 0.2.0

4

lib/queryString/queryString.TEST.js

@@ -5,3 +5,7 @@ "use strict";

var _1 = require(".");
var __1 = require("..");
describe('queryString', function () {
it('is exposed from module', function () {
chai_1.expect(__1.str.queryString.toObject).to.be.an.instanceof(Function);
});
describe('toObject', function () {

@@ -8,0 +12,0 @@ it('handles empty/nothing', function () {

@@ -8,1 +8,2 @@ import * as wildcard from './wildcard';

export * from './tmpl';
export * from './queryString';

@@ -11,1 +11,2 @@ "use strict";

tslib_1.__exportStar(require("./tmpl"), exports);
tslib_1.__exportStar(require("./queryString"), exports);

2

package.json
{
"name": "@platform/util.string",
"version": "0.1.23",
"version": "0.2.0",
"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