Socket
Socket
Sign inDemoInstall

nimblejs

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

src/index.js

12

package.json
{
"name": "nimblejs",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "1.0.1",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [

@@ -11,7 +11,9 @@ "/dist"

"scripts": {
"clean": "rimraf dist",
"build": "tsc",
"watch:build": "tsc --watch",
"watch:server": "nodemon './dist/index.js' --watch './dist'",
"start": "npm-run-all clean build --parallel watch:build watch:server --print-label"
"start": "npm-run-all build --parallel watch:build watch:server --print-label",
"push:origin": "git push -u origin master",
"push:npm": "npm publish",
"push": "npm-run-all build push:origin push:npm"
},

@@ -18,0 +20,0 @@ "author": "Keval Solanki",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc