chimpanzee
Advanced tools
Comparing version 0.0.70 to 0.0.71
{ | ||
"name": "chimpanzee", | ||
"version": "0.0.70", | ||
"version": "0.0.71", | ||
"author": "Isotropy Team<isotropy@agilehead.com>", | ||
@@ -9,20 +9,20 @@ "scripts": { | ||
}, | ||
"main": "dist/chimpanzee.js", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"lazily": "0.0.20" | ||
"lazily": "0.0.26" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-flow": "^6.23.0", | ||
"babel-preset-latest": "^6.24.1", | ||
"babel-preset-modern-browsers": "10.0.1", | ||
"babel-preset-modern-browsers": "11.0.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"flow-bin": "^0.67.1", | ||
"mocha": "5.0.4", | ||
"should": "13.2.1", | ||
"source-map-support": "^0.5.3" | ||
"flow-bin": "^0.79.1", | ||
"mocha": "5.2.0", | ||
"should": "13.2.3", | ||
"source-map-support": "^0.5.8" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -495,3 +495,3 @@ # chimpanzee | ||
``` | ||
import { builtins as $, capture, Match } from "../../../chimpanzee"; | ||
import { builtins as $, capture, Match } from "../../../"; | ||
@@ -498,0 +498,0 @@ export const input = { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
212765
78
1320
1
3
+ Added@types/node@10.17.60(transitive)
+ Addedlazily@0.0.26(transitive)
- Removedlazily@0.0.20(transitive)
Updatedlazily@0.0.26