Comparing version 0.3.13 to 0.3.14
{ | ||
"name": "nbind", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Magical headers that make your C++ library accessible from JavaScript", | ||
@@ -26,3 +26,3 @@ "main": "dist/nbind.js", | ||
"test-asm": "npm run config-test && cd test/em && node-gyp configure build --asmjs=1 && node ../../bin/ndts --no-shim . > ../testlib.d.ts && tsc -p .. && tap ../test.js", | ||
"test": "npm run config-test && cd test/v8 && node-gyp configure build && node ../../bin/ndts --no-shim . > ../testlib.d.ts && tsc -p .. && tap ../test.js --gc && tap ../test-v8.js" | ||
"test": "npm run config-test && cd test/v8 && node-gyp configure build && node ../../bin/ndts --no-shim . > ../testlib.d.ts && tsc -p .. && tap ../test.js --gc && tap ../test-v8.js" | ||
}, | ||
@@ -58,10 +58,10 @@ "author": "Juha Järvi", | ||
"mkdirp": "~0.5.1", | ||
"nan": "^2.6.2" | ||
"nan": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8.0.14", | ||
"@types/node": "^8.0.51", | ||
"autogypi": "~0.2.2", | ||
"cbuild": "~0.1.2", | ||
"cbuild": "~0.1.5", | ||
"node-gyp": "^3.6.2", | ||
"tap": "^10.7.0", | ||
"tap": "^10.7.3", | ||
"tslint": "^5.5.0", | ||
@@ -68,0 +68,0 @@ "typescript": "~2.3.4" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
388020
3716
Updatednan@^2.7.0