Socket
Socket
Sign inDemoInstall

boxedjs

Package Overview
Dependencies
6
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

lib/__tests__/utils.test.js

7

package.json
{
"name": "boxedjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "A simple static HTML templating engine.",

@@ -12,3 +12,3 @@ "main": "index.js",

"lint": "esw -w **/*.js index.js --ignore-pattern node_modules/",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha lib/**/*.test.js --reporter spec"
},

@@ -42,4 +42,5 @@ "repository": {

"eslint-config-google": "^0.9.1",
"eslint-watch": "^3.1.2"
"eslint-watch": "^3.1.2",
"mocha": "^3.5.3"
}
}

@@ -74,8 +74,1 @@ # boxedjs

This will watch the full folder and will build a new version whenever there is a new change.
### TODO:
- Add example folder
- create-new-project script
- Configuration file for handling different folder structure
- ...

Sorry, the diff of this file is not supported yet

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