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

jsdc

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdc - npm Package Compare versions

Comparing version 0.4.15 to 0.4.16

4

package.json
{
"name": "jsdc",
"version": "0.4.15",
"version": "0.4.16",
"description": "compiler ecmascript6 to ecmascript5",

@@ -55,3 +55,3 @@ "maintainers": [

"dependencies": {
"homunculus": "^0.5.6"
"homunculus": "^0.7.0"
},

@@ -58,0 +58,0 @@ "devDependencies": {

@@ -39,3 +39,3 @@ var homunculus = require('homunculus');

}
else if(!/[a-z_]/i.test(c)) {
else if(!/[a-z_\s]/i.test(c)) {
multi = true;

@@ -42,0 +42,0 @@ break;

@@ -39,3 +39,3 @@ define(function(require, exports, module){var homunculus = require('homunculus');

}
else if(!/[a-z_]/i.test(c)) {
else if(!/[a-z_\s]/i.test(c)) {
multi = true;

@@ -42,0 +42,0 @@ break;

Sorry, the diff of this file is not supported yet

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