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

idley

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idley - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

readme.md

6

package.json
{
"name": "idley",
"version": "0.1.0",
"version": "0.1.1",
"description": "Helper functions for implementing the idle-until-urgent pattern",

@@ -11,4 +11,4 @@ "repository": "https://github.com/yosbelms/idley.git",

"build": "tsc --sourceMap",
"clean": "rm -f ./lib/*",
"prepublishj": "yarn clean && yarn build"
"clean": "rm -rf ./lib/*",
"prepublish": "yarn clean && yarn build"
},

@@ -15,0 +15,0 @@ "keywords": [

@@ -17,3 +17,1 @@ let w: any = window

}

@@ -9,4 +9,3 @@ {

"es5",
"es2015",
"es2015.promise"
"es2015"
], /* Specify library files to be included in the compilation: */

@@ -13,0 +12,0 @@ // "allowJs": true, /* Allow javascript files to be compiled. */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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