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.14 to 1.0.15

test/find.spec.js

2

package.json
{
"name": "cmacc-compiler",
"version": "1.0.14",
"version": "1.0.15",
"description": "Cmacc Compiler",

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

@@ -13,3 +13,4 @@ function merge(obj1, obj2) {

obj1[i].$$str$$ = obj2[i].$$str$$;
obj1[i].$$obj$$ = obj2[i].$$obj$$;
if (obj2[i].$$obj$$)
obj1[i].$$obj$$ = obj2[i].$$obj$$;
}

@@ -16,0 +17,0 @@

@@ -26,3 +26,2 @@ var assert = require('assert');

test2: {
$$obj$$: undefined,
$$str$$: 'test2'

@@ -56,3 +55,2 @@ }

doei: {
$$obj$$: undefined,
$$str$$: 'test2'

@@ -59,0 +57,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