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

@opencreek/ext

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencreek/ext - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1--canary.12.1829781244.0

build/range.d.ts

4

build/index.d.ts

@@ -8,2 +8,6 @@ export * from "./error";

export * from "./objects";
export * from "./range";
export * from "./StopWatch";
export * from "./sleep";
export * from "./table";
//# sourceMappingURL=index.d.ts.map

@@ -20,2 +20,6 @@ "use strict";

__exportStar(require("./objects"), exports);
__exportStar(require("./range"), exports);
__exportStar(require("./StopWatch"), exports);
__exportStar(require("./sleep"), exports);
__exportStar(require("./table"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@opencreek/ext",
"version": "1.6.0",
"version": "1.6.1--canary.12.1829781244.0",
"description": "",

@@ -11,3 +11,3 @@ "main": "build/index.js",

"scripts": {
"test": "true",
"test": "ava",
"lint": "prettier --check . && eslint --cache --max-warnings=0 .",

@@ -28,5 +28,7 @@ "lint:fix": "prettier --write . && eslint --cache --max-warnings=0 --fix .",

"devDependencies": {
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"auto": "^10.32.0",
"auto": "^10.32.6",
"ava": "^4.0.1",
"eslint": "^7.32.0",

@@ -40,2 +42,13 @@ "eslint-config-prettier": "^8.3.0",

},
"ava": {
"files": [
"src/**/*.test.ts"
],
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"dependencies": {

@@ -42,0 +55,0 @@ "@opencreek/deno-std-collections": "^0.109.0"

@@ -8,1 +8,5 @@ export * from "./error"

export * from "./objects"
export * from "./range"
export * from "./StopWatch"
export * from "./sleep"
export * from "./table"

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