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

cmacc-compiler

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmacc-compiler - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

test/resolve/OnlyVars.cmacc

2

package.json
{
"name": "cmacc-compiler",
"version": "1.0.6",
"version": "1.0.7",
"description": "Cmacc Compiler",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -11,3 +11,3 @@ var REGEX_EOL = /\n/;

return obj;
return '';

@@ -14,0 +14,0 @@ }

@@ -271,2 +271,18 @@ var assert = require('assert');

});
describe('OnlyVars', function () {
describe('OnlyVars.cmacc', function () {
it('should parse OnlyVars.cmacc', function (done) {
var file = path.join(__dirname, 'resolve', 'OnlyVars.cmacc');
var ast = compile('file://' + file);
var result = resolve(ast);
assert.equal(result, '');
done();
});
});
});
});
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