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

exer

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exer - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

lib/process.d.ts

2

lib/index.d.ts
export * from './debug';
export * from './process';
export * from './timer';
export * from './utils';

@@ -7,3 +7,5 @@ "use strict";

__export(require("./debug"));
__export(require("./process"));
__export(require("./timer"));
__export(require("./utils"));
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "exer",
"version": "0.0.11",
"version": "0.0.12",
"description": "Utils in TypeScript, Debug, NanoTimer ...",

@@ -37,5 +37,8 @@ "author": "kbajalc@gmail.com",

},
"dependencies": {},
"dependencies": {
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/node": "^10.12.30",
"@types/uuid": "^3.4.4",
"ts-node": "^8.0.3",

@@ -42,0 +45,0 @@ "tslint": "^5.15.0",

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