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

@bangle.dev/js-utils

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/js-utils - npm Package Compare versions

Comparing version 0.21.0 to 0.21.1

dist/Emitter.d.ts

3

object-uid.ts
let counter = 0;
let unique = Math.random();

@@ -9,3 +10,3 @@ export class ObjectUID extends WeakMap {

}
uid = (counter++).toString();
uid = (counter++).toString() + '-' + unique;
this.set(obj, uid);

@@ -12,0 +13,0 @@ return uid;

{
"name": "@bangle.dev/js-utils",
"version": "0.21.0",
"version": "0.21.1",
"homepage": "https://bangle.dev",

@@ -23,3 +23,7 @@ "authors": [

"types": "dist/index.d.ts",
"scripts": {},
"scripts": {
"compile-ts": "yarn g:tsc --build $INIT_CWD",
"watch-ts": "yarn g:tsc -p $INIT_CWD -w",
"prepack": "yarn compile-ts"
},
"devDependencies": {

@@ -26,0 +30,0 @@ "@types/jest": "^26.0.23"

@@ -7,5 +7,3 @@ {

},
"include": [
"./**/__tests__/*"
],
"include": ["./**/__tests__/*"],
"references": [

@@ -16,2 +14,2 @@ {

]
}
}
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