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

squidlet-lib

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

squidlet-lib - npm Package Compare versions

Comparing version 0.1.6 to 0.1.9

31

package.json
{
"name": "squidlet-lib",
"version": "0.1.6",
"version": "0.1.9",
"description": "Common lib for squidlet projects",
"author": "Ivan Kozyrin <ipkozyrin@gmail.com>",
"repository": "git@github.com:bozonx/squidlet-lib.git",
"exports": "./distr/index.js",
"exports": {
".": "./lib/index.ts",
"./js": "./distr/lib/index.js"
},
"types": "lib/index.ts",
"publishConfig": {
"exports": {
".": "./distr/lib/index.js"
},
"types": "distr/types/index.d.ts"
},
"type": "module",
"license": "MIT",
"scripts": {
"start": "ts-node ./control/index.ts",
"build": "tsc",
"test": "mocha",
"lint": "tslint -p tsconfig.json"
"test": "mocha"
},

@@ -22,13 +30,12 @@ "directories": {

"devDependencies": {
"@types/node": "^20.2.1",
"chai": "^4.3.7",
"@types/node": "^20.10.4",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"rewire": "^6.0.0",
"sinon": "^15.1.0",
"rewire": "^7.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^5.0.4"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
# squidlet-lib
Common lib for squidlet projects. The aim of this lib is the most simple way to do things.
## Publish
yarn test
yarn build
yarn publish
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