New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xone

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xone - npm Package Compare versions

Comparing version 0.0.245 to 0.0.246

2

package.json
{
"name": "xone",
"version": "0.0.245",
"version": "0.0.246",
"description": "Open source Javascript framework for building modern web applications.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -72,3 +72,3 @@ #! /usr/bin/env node

require('child_process').exec('xone install', function(err, stdout, stderr){
require('child_process').exec('node ' + __dirname + '\\install.js', function(err, stdout, stderr){

@@ -86,5 +86,5 @@ if(err) {

'{\n' +
'\t"name": "' + parameter + '"\n' +
//'\t"path_to_xone": "' + path_to_folder.replace(/\\/g, '\\\\') + '",\n' +
//'"\tpath_to_jasmine": "lib/jasmine/"\n' +
'\t"name": "' + parameter + '"\n' +
//'\t"path_to_xone": "' + path_to_folder.replace(/\\/g, '\\\\') + '",\n' +
//'"\tpath_to_jasmine": "lib/jasmine/"\n' +
'}'

@@ -91,0 +91,0 @@

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