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

@quailjs/quail-core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quailjs/quail-core - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

index.js

11

package.json
{
"name": "@quailjs/quail-core",
"description": "Quail, the framework",
"version": "0.0.4",
"version": "0.0.5",
"author": "Jesse Beach <jesse.r.beach@gmail.com>",

@@ -45,2 +45,3 @@ "license": "MIT",

"new-element": "0.0.2",
"npm-watch": "0.0.1",
"should": "^5.0.1",

@@ -50,3 +51,6 @@ "sinon": "^1.10.3"

"scripts": {
"test": "jscs -c .jscsrc src && eslint -c .eslintrc src && karma start"
"compile": "babel -e -d lib/ src/",
"prepublish": "npm run compile",
"test": "jscs -c .jscsrc src && eslint -c .eslintrc src && karma start",
"watch": "npm-watch"
},

@@ -56,3 +60,6 @@ "main": "./src/index.js",

"external": "global:External"
},
"watch": {
"compile": "src/**/*.js"
}
}
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