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

uni-string

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uni-string - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.12](https://github.com/bluelovers/ws-string/compare/uni-string@1.1.11...uni-string@1.1.12) (2022-01-17)
### 🔖 Miscellaneous
* . ([7cb827e](https://github.com/bluelovers/ws-string/commit/7cb827e5dc146474f8385ba919eefb48824c1dc2))
## [1.1.11](https://github.com/bluelovers/ws-string/compare/uni-string@1.1.10...uni-string@1.1.11) (2021-07-05)

@@ -8,0 +19,0 @@

8

package.json
{
"name": "uni-string",
"version": "1.1.11",
"version": "1.1.12",
"description": "Unicode String object",

@@ -53,6 +53,6 @@ "keywords": [

"es6-class-prototype": "^1.0.4",
"runes2": "^0.4.15",
"tslib": "^2.3.0"
"runes2": "^0.4.16",
"tslib": "^2.3.1"
},
"gitHead": "c754a575003606c63dff94c3694ae2213e930677"
"gitHead": "3da406ac9aa41fc9073385d8ffa834b2e56ad38a"
}

@@ -8,4 +8,4 @@ "use strict";

const tslib_1 = require("tslib");
const runes_1 = (0, tslib_1.__importDefault)(require("runes2/runes"));
const es6_class_prototype_1 = (0, tslib_1.__importDefault)(require("es6-class-prototype"));
const runes_1 = tslib_1.__importDefault(require("runes2/runes"));
const es6_class_prototype_1 = tslib_1.__importDefault(require("es6-class-prototype"));
exports.STRING_PROTOTYPE = Object.getOwnPropertyNames(String.prototype);

@@ -12,0 +12,0 @@ class UString extends String {

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