Socket
Socket
Sign inDemoInstall

nerdamer

Package Overview
Dependencies
0
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

package.json

@@ -9,3 +9,3 @@ {

"license": "MIT",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "http://nerdamer.com/",

@@ -12,0 +12,0 @@ "directory": {

@@ -514,3 +514,3 @@ /*

vars.map(function(e) {
num = num.stripVar(e);
num = num.stripVar(e, true);
});

@@ -1431,2 +1431,2 @@ c.set(i, 0, num.negate());

nerdamer.api();
})();
})();

@@ -403,3 +403,3 @@ /* global expect */

given: 'integrate(log(a*x+b),x)',
expected: '-(-a^(-2)*b*log(a*x+b)+a^(-1)*x)*a+log(a*x+b)*x'
expected: '((a*x+b)*log(a*x+b)-a*x-b)*a'
},

@@ -604,3 +604,3 @@ {

given: 'integrate(sin(x)^3/x,x)',
expected: '(1/4)*(-Si(3*x)+3*Si(x))'
expected: '(-1/4)*Si(3*x)+(3/4)*Si(x)'
},

@@ -607,0 +607,0 @@ {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc