Comparing version 0.0.1 to 0.0.2
'use strict' | ||
import 'regenerator-runtime/runtime' | ||
const createID = function * () { | ||
@@ -4,0 +6,0 @@ let index = 1 |
{ | ||
"name": "@domql/id", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "index.js", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"regenerator-runtime": "^0.13.9" | ||
} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
334
9
1
+ Addedregenerator-runtime@^0.13.9
+ Addedregenerator-runtime@0.13.11(transitive)