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

atma-utils

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atma-utils - npm Package Compare versions

Comparing version 0.2.59 to 0.2.60

1

lib/utils.d.ts

@@ -185,2 +185,3 @@ // Generated by dts-bundle v0.7.3

_rejected: any;
get [Symbol.toStringTag](): string;
defer(): this;

@@ -187,0 +188,0 @@ isResolved(): boolean;

@@ -902,2 +902,9 @@ var _Array_slice,

}
Object.defineProperty(class_Dfr.prototype, Symbol.toStringTag, {
get: function () {
return 'Promise';
},
enumerable: false,
configurable: true
});
class_Dfr.prototype.defer = function () {

@@ -904,0 +911,0 @@ this._rejected = null;

@@ -737,2 +737,9 @@ (function(factory){

}
Object.defineProperty(class_Dfr.prototype, Symbol.toStringTag, {
get: function () {
return 'Promise';
},
enumerable: false,
configurable: true
});
class_Dfr.prototype.defer = function () {

@@ -739,0 +746,0 @@ this._rejected = null;

2

package.json
{
"name": "atma-utils",
"description": "Helpers",
"version": "0.2.59",
"version": "0.2.60",
"author": "Alex Kit <alex.kit@atmajs.com>",

@@ -6,0 +6,0 @@ "repository": {

@@ -13,2 +13,6 @@ import { fn_apply, fn_proxy } from '../fn';

get [Symbol.toStringTag]() {
return 'Promise';
}
defer() {

@@ -15,0 +19,0 @@ this._rejected = null;

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